Compare commits

..

No commits in common. "445467b1b5b0d6557aadf52fc0fed02dbbac02b0" and "b80a0a59e8b082ee766ef4d6c8b76eb5218e19cf" have entirely different histories.

View file

@ -85,7 +85,7 @@ set-option -g pane-border-style fg=blue
set-option -g status 2
# background color
set-option -g status-bg '#080808'
set-option -g status-bg '#0D0D0D'
# foreground color
set-option -g status-fg white
@ -93,99 +93,82 @@ set-option -g status-fg white
# line 1
set-option -g status-format[0] '\
#{W:\
#[bg=##202020]\
#{?window_zoomed_flag,#[fg=magenta][, }\
#[bg=##303030]\
#{?window_active,#[fg=green],\
#{?window_activity_flag,#[fg=red],#[fg=yellow]}}\
#[bg=##181818]#{?window_zoomed_flag,#[fg=magenta][, }\
#[bg=##282828]#{window_name}\
#[bg=##181818]#{?window_zoomed_flag,#[fg=magenta]], }\
#[fg=default]\
#{window_name}\
#[bg=##202020]\
#{?window_zoomed_flag,#[fg=magenta]], }\
#[bg=default] \
}\
#[align=right]\
#[fg=yellow]\
#[bg=##181818] \
#[bg=##282828]%H:%M:%S\
#[bg=##181818]#{?client_prefix,#[fg=green]p, }\
#[bg=##202020] #[bg=##303030]\
#[fg=yellow]%H:%M:%S\
#[bg=##202020]\
#{?client_prefix,#[fg=green]p, }\
'
# line 2
set-option -g status-format[1] '\
#{S:\
#{?session_many_attached,#[fg=magenta],\
#{?session_attached,#[fg=red],#[fg=yellow]}}\
#[bg=##181818] \
#[bg=##282828]#{session_name}\
#[bg=##181818] \
#[fg=default]\
#[bg=##202020] #[bg=##303030]\
#{?session_many_attached,#[fg=red],\
#{?session_attached,#[fg=magenta],#[fg=yellow]}}\
#{session_name}\
#[bg=##202020] \
#[bg=default] \
}\
#[fg=yellow]→\
#[fg=default] \
#[fg=green]\
#[bg=##181818] \
#[bg=##282828]#{session_name}\
#[bg=##181818] \
#[fg=yellow]→ #[fg=green]#{session_name} \
#[align=right]\
#[fg=yellow]\
#[bg=##181818] \
#[bg=##282828]%Y-%m-%d\
#[bg=##181818] \
#[bg=##202020] #[bg=##303030]\
#[fg=yellow]%Y-%m-%d\
#[bg=##202020] \
'
# line 3
set-option -g status-format[2] '\
#[fg=yellow]\
#(lsof -U \
| awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \
| xargs -n \"1\" basename \
| sed \"s/^/#[fg=yellow]#[bg=##181818] #[bg=##282828]/\
;s/\$/#[bg=##181818] #[fg=default]#[bg=default] /\" \
| xargs echo \
)\
#[fg=default] \
#[fg=yellow]→\
#[fg=default] \
#[fg=green]\
#[bg=##181818] \
#[bg=##282828]#(basename \"\${TMUX}\" \
| cut --delimiter \",\" --fields \"1\")\
#[bg=##181818] \
#[fg=yellow] \
#(lsof -U | awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \
| xargs -n \"1\" basename | sed \"s/^/ /;s/\$/ /\" | xargs echo) \
#[fg=green]\
#(basename \"\${TMUX}\" | cut --delimiter \",\" --fields \"1\") \
#[align=right]\
#[fg=yellow]\
#[bg=##181818] \
#[bg=##282828]#{host}\
#[bg=##181818] \
#[bg=##202020] #[bg=##303030]\
#[fg=yellow]#{host}\
#[bg=##202020] \
'
# line 4
set-option -g status-format[3] '\
#{P:\
#[bg=##181818] #[bg=##282828]\
#[bg=##202020] #[bg=##303030]\
#{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_current_command}\
#[bg=##181818] \
#[bg=##202020] \
#[bg=default] \
}\
#[align=right]\
#[bg=##181818] #[bg=##282828]\
#[bg=##202020] #[bg=##303030]\
#{?uid,#[fg=green],#[fg=red]}\
#{user}\
#[bg=##181818] \
#[bg=##202020] \
'
# line 5
set-option -g status-format[4] '\
#{P:\
#[bg=##181818] #[bg=##282828]\
#[bg=##202020] #[bg=##303030]\
#{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_width}×#{pane_height}\
#[bg=##181818] \
#[bg=##202020] \
#[bg=default] \
}\
#[align=right]\
#[bg=##181818] #[bg=##282828]\
#[bg=##202020] #[bg=##303030]\
#[fg=green]#{window_width}×#{window_height}\
#[bg=##181818] \
#[bg=##202020] \
'
# refresh period