mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2025-09-10 05:03:12 +00:00
initial stab at systemd support for tmux-continuum
This commit is contained in:

committed by
Bruno Sutic

parent
15649e9d07
commit
05a4a827e5
@ -32,3 +32,6 @@ status_script="#($CURRENT_DIR/scripts/continuum_status.sh)"
|
||||
status_on_style_wrap_option="@continuum-status-on-wrap-style" # example value: "#[fg=green]#{value}#[fg=white]"
|
||||
status_off_style_wrap_option="@continuum-status-off-wrap-style" # example value: "#[fg=yellow,bold]#{value}#[fg=white,nobold]"
|
||||
status_wrap_string="\#{value}"
|
||||
|
||||
systemd_service_name="tmux.service"
|
||||
systemd_unit_file_path="$HOME/.config/systemd/user/${systemd_service_name}"
|
||||
|
Reference in New Issue
Block a user