Compare commits

..

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

View file

@ -52,11 +52,11 @@ set-option -g set-titles on
# set title to working directory
set-option -g set-titles-string '\
#(basename \"\${TMUX}\" | cut --delimiter \",\" --fields \"1\")\
\
- \
#{session_name}\
\
- \
#{window_index}∕#{session_windows} #{window_name}\
\
- \
#{pane_index}∕#{window_panes} #{pane_current_command}\
'
@ -160,34 +160,31 @@ set-option -g status-format[2] '\
# line 4
set-option -g status-format[3] '\
#{P:\
#[bg=##181818] #[bg=##282828]\
#{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_current_command}\
#[bg=##181818] \
#[bg=##282828]#{pane_current_command}\
#[bg=##181818] \
#[fg=default]\
#[bg=default] \
}\
#[align=right]\
#[bg=##181818] #[bg=##282828]\
#{?uid,#[fg=green],#[fg=red]}\
#[bg=##181818] \
#[bg=##282828]#{user}\
#{user}\
#[bg=##181818] \
'
# line 5
set-option -g status-format[4] '\
#{P:\
#[bg=##181818] #[bg=##282828]\
#{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_width}×#{pane_height}\
#[bg=##181818] \
#[bg=##282828]#{pane_width}×#{pane_height}\
#[bg=##181818] \
#[fg=default]\
#[bg=default] \
}\
#[align=right]\
#[fg=green]\
#[bg=##181818] \
#[bg=##282828]#{window_width}×#{window_height}\
#[bg=##181818] #[bg=##282828]\
#[fg=green]#{window_width}×#{window_height}\
#[bg=##181818] \
'