pimped theme windows status
This commit is contained in:
parent
d5b90b2528
commit
d48ec949c6
1 changed files with 19 additions and 6 deletions
17
.tmux.conf
17
.tmux.conf
|
@ -140,7 +140,7 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
|
|||
|
||||
|
||||
# ►_◄
|
||||
|
||||
#
|
||||
# # exit the script if any statement returns a non-true return value
|
||||
# set -e
|
||||
#
|
||||
|
@ -182,6 +182,10 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
|
|||
# message_attr=bold
|
||||
# tmux set -g message-style fg=$message_fg,bg=$message_bg,$message_attr
|
||||
#
|
||||
# message_command_fg=colour16 # black
|
||||
# message_command_bg=colour160 # light yellow
|
||||
# tmux set -g message-command-style fg=$message_command_fg,bg=$message_command_bg,$message_attr
|
||||
#
|
||||
# # windows mode
|
||||
# mode_fg=colour16 # black
|
||||
# mode_bg=colour226 # yellow
|
||||
|
@ -201,7 +205,7 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
|
|||
# window_status_fg=colour245 # light gray
|
||||
# window_status_bg=colour232 # dark gray
|
||||
# window_status_format="#I #W"
|
||||
# tmux setw -g window-status-style fg="$window_status_fg",bg="$window_status_bg" \; setw -g window-status-format "$window_status_format"
|
||||
# tmux setw -g window-status-style fg=$window_status_fg,bg=$window_status_bg \; setw -g window-status-format "$window_status_format"
|
||||
#
|
||||
# window_status_current_fg=colour16 # black
|
||||
# window_status_current_bg=colour39 # light blue
|
||||
|
@ -214,6 +218,15 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
|
|||
# window_status_activity_attr=underscore
|
||||
# tmux setw -g window-status-activity-style fg=$window_status_activity_fg,bg=$window_status_activity_bg,$window_status_activity_attr
|
||||
#
|
||||
# window_status_bell_fg=colour226 # yellow
|
||||
# window_status_bell_bg=default
|
||||
# window_status_bell_attr=blink,bold
|
||||
# tmux setw -g window-status-bell-style fg=$window_status_bell_fg,bg=$window_status_bell_bg,$window_status_bell_attr
|
||||
#
|
||||
# window_status_last_fg=colour39 # light blue
|
||||
# window_status_last_attr=default
|
||||
# tmux setw -g window-status-last-style $window_status_last_attr,fg=$window_status_last_fg
|
||||
#
|
||||
# time_date_fg=colour245 # light gray
|
||||
# time_date_bg=colour232 # dark gray
|
||||
# whoami_fg=colour254 # white
|
||||
|
|
Loading…
Reference in a new issue