mirror of
1
0
Fork 0

adds pane synchronization status and fixes theme hostname and username

This commit is contained in:
Luis Davim 2016-10-26 20:10:04 +01:00
parent 5156c9fe23
commit afc6da8ab5
2 changed files with 8 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
plugins/

View File

@ -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_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 set -g status-justify left
#
@ -267,13 +268,13 @@ run 'cut -c3- ~/.tmux.conf | sh -s apply_configuration'
# 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_bg=${tmux_conf_theme_time_date_bg:-colour232} # dark gray
# tmux_conf_theme_username_fg=colour254 # white
# tmux_conf_theme_username_bg=colour160 # red
# tmux_conf_theme_hostname_fg=colour16 # black
# tmux_conf_theme_hostname_bg=colour254 # white
# tmux_conf_theme_username_fg=${tmux_conf_theme_username_fg:-colour254} # white
# tmux_conf_theme_username_bg=${tmux_conf_theme_username_bg:-colour160} # red
# tmux_conf_theme_hostname_fg=${tmux_conf_theme_hostname_fg:-colour16} # black
# tmux_conf_theme_hostname_bg=${tmux_conf_theme_hostname_bg:-colour254} # white
#
# 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],}"
# fi
# if [ x"$battery_enabled" = x"true" ] ; then
# status_right_battery="${tmux_conf_battery:-#(cut -c3- ~/.tmux.conf | sh -s battery ${tmux_conf_battery_style:-bar} ${tmux_conf_battery_symbol:-block} ${tmux_conf_battery_symbol_count:-auto} \"${tmux_conf_battery_palette:-colour160,colour254,colour16}\" ${tmux_conf_battery_status:-enabled})} "