initial stab at systemd support for tmux-continuum

This commit is contained in:
Pete Peteches McCabe
2015-11-23 18:28:38 +00:00
committed by Bruno Sutic
parent 15649e9d07
commit 05a4a827e5
5 changed files with 82 additions and 0 deletions

View File

@ -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}"