adds pane synchronization status and fixes theme hostname and username
This commit is contained in:
parent
5156c9fe23
commit
afc6da8ab5
2 changed files with 8 additions and 6 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
plugins/
|
11
.tmux.conf
11
.tmux.conf
|
@ -231,7 +231,8 @@ run 'cut -c3- ~/.tmux.conf | sh -s apply_configuration'
|
||||||
#
|
#
|
||||||
# tmux_conf_theme_window_status_current_fg=${tmux_conf_theme_window_status_current_fg:-colour16} # black
|
# tmux_conf_theme_window_status_current_fg=${tmux_conf_theme_window_status_current_fg:-colour16} # black
|
||||||
# tmux_conf_theme_window_status_current_bg=${tmux_conf_theme_window_status_current_bg:-colour39} # light blue
|
# tmux_conf_theme_window_status_current_bg=${tmux_conf_theme_window_status_current_bg:-colour39} # light blue
|
||||||
# window_status_current_format="#[fg=$tmux_conf_theme_window_status_bg,bg=$tmux_conf_theme_window_status_current_bg]$left_separator_black#[fg=$tmux_conf_theme_window_status_current_fg,bg=$tmux_conf_theme_window_status_current_bg,bold] #I $left_separator #W #[fg=$tmux_conf_theme_window_status_current_bg,bg=$tmux_conf_theme_status_bg,nobold]$left_separator_black"
|
# window_status_sync_format="#{?pane_synchronized, $left_separator sync! ,}"
|
||||||
|
# window_status_current_format="#[fg=$tmux_conf_theme_window_status_bg,bg=$tmux_conf_theme_window_status_current_bg]$left_separator_black#[fg=$tmux_conf_theme_window_status_current_fg,bg=$tmux_conf_theme_window_status_current_bg,bold] #I $window_status_sync_format$left_separator #W #[fg=$tmux_conf_theme_window_status_current_bg,bg=$tmux_conf_theme_status_bg,nobold]$left_separator_black"
|
||||||
# tmux setw -g window-status-current-format "$window_status_current_format"
|
# tmux setw -g window-status-current-format "$window_status_current_format"
|
||||||
# tmux set -g status-justify left
|
# tmux set -g status-justify left
|
||||||
#
|
#
|
||||||
|
@ -267,10 +268,10 @@ run 'cut -c3- ~/.tmux.conf | sh -s apply_configuration'
|
||||||
# tmux_conf_theme_prefix_bg=${tmux_conf_theme_prefix_bg:-colour16} # black
|
# tmux_conf_theme_prefix_bg=${tmux_conf_theme_prefix_bg:-colour16} # black
|
||||||
# tmux_conf_theme_time_date_fg=${tmux_conf_theme_time_date_fg:-colour247} # light gray
|
# tmux_conf_theme_time_date_fg=${tmux_conf_theme_time_date_fg:-colour247} # light gray
|
||||||
# tmux_conf_theme_time_date_bg=${tmux_conf_theme_time_date_bg:-colour232} # dark gray
|
# tmux_conf_theme_time_date_bg=${tmux_conf_theme_time_date_bg:-colour232} # dark gray
|
||||||
# tmux_conf_theme_username_fg=colour254 # white
|
# tmux_conf_theme_username_fg=${tmux_conf_theme_username_fg:-colour254} # white
|
||||||
# tmux_conf_theme_username_bg=colour160 # red
|
# tmux_conf_theme_username_bg=${tmux_conf_theme_username_bg:-colour160} # red
|
||||||
# tmux_conf_theme_hostname_fg=colour16 # black
|
# tmux_conf_theme_hostname_fg=${tmux_conf_theme_hostname_fg:-colour16} # black
|
||||||
# tmux_conf_theme_hostname_bg=colour254 # white
|
# tmux_conf_theme_hostname_bg=${tmux_conf_theme_hostname_bg:-colour254} # white
|
||||||
#
|
#
|
||||||
# if [ x"$prefix_enabled" = x"true" ] ; then
|
# if [ x"$prefix_enabled" = x"true" ] ; then
|
||||||
# status_right_prefix="#{?client_prefix,#[fg=$tmux_conf_theme_prefix_fg]#[bg=$tmux_conf_theme_prefix_bg]#[bold]⌨ #[fg=$tmux_conf_theme_prefix_fg]#[bg=$tmux_conf_theme_status_bg]#[nobold],}"
|
# status_right_prefix="#{?client_prefix,#[fg=$tmux_conf_theme_prefix_fg]#[bg=$tmux_conf_theme_prefix_bg]#[bold]⌨ #[fg=$tmux_conf_theme_prefix_fg]#[bg=$tmux_conf_theme_status_bg]#[nobold],}"
|
||||||
|
|
Loading…
Reference in a new issue