added tmux_conf_theme_terminal_title. Fixes #168

This commit is contained in:
Gregory Pakosz
2018-08-11 16:52:48 +02:00
parent 862c22cd3f
commit 3d706977c8
2 changed files with 26 additions and 6 deletions
+10
View File
@@ -90,6 +90,16 @@ tmux_conf_theme_status_fg='#8a8a8a' # light gray
tmux_conf_theme_status_bg='#080808' # dark gray
tmux_conf_theme_status_attr='none'
# terminal title
# - built-in variables are:
# - #{circled_window_index}
# - #{circled_session_name}
# - #{hostname}
# - #{hostname_ssh}
# - #{username}
# - #{username_ssh}
tmux_conf_theme_terminal_title='#h ❐ #S ● #I #W'
# window status style
# - built-in variables are:
# - #{circled_window_index}