Compare commits

..

No commits in common. "217f336addf8e209b3504b1d83d0ab22fc7661a0" and "3352880bbed315fd4983ab22a04e4c0c47bcae7d" have entirely different histories.

View file

@ -134,16 +134,16 @@ set-option -g set-titles on
# set title to working directory # set title to working directory
set-option -g set-titles-string '\ set-option -g set-titles-string '\
#(sh -c \". ${script}; rwx_tmux_server\")\ #(sh -c \". ${script}; rwx_tmux_server\")\
/ \ / \
#{session_name}\ #{session_name}\
/ \ / \
#{window_name}\ #{window_name}\
/ \ / \
#{pane_current_command}\ #{pane_current_command}\
- \ - \
#{window_width}×#{window_height}\ #{window_width} × #{window_height}\
/ \ / \
#{pane_width}×#{pane_height}\ #{pane_width} × #{pane_height}\
' '
# ╭────────┬──────╮ # ╭────────┬──────╮
@ -238,10 +238,21 @@ set-option -g status-format[3] '\
} \ } \
\ \
#[align=right]\ #[align=right]\
#(sh -c \". ${script}; rwx_tmux_uptime\")\
' '
# line 5 # line 5
set-option -g status-format[4] '\ set-option -g status-format[4] '\
#{P:\
#{?pane_active,#[fg=green],#[fg=yellow]}\
#[bg=##181818] \
#[bg=##282828]#{pane_width}×#{pane_height}\
#[bg=##181818] \
#[fg=default]\
#[bg=default] \
} \
\
#[align=right]\
#{?uid,#[fg=green],#[fg=red]}\ #{?uid,#[fg=green],#[fg=red]}\
#[bg=##181818] \ #[bg=##181818] \
#[bg=##282828]#{user}\ #[bg=##282828]#{user}\
@ -252,11 +263,6 @@ set-option -g status-format[4] '\
#[bg=##181818] \ #[bg=##181818] \
#[bg=##282828]#{host}\ #[bg=##282828]#{host}\
#[bg=##181818] \ #[bg=##181818] \
#[fg=default]\
#[bg=default] \
\
#[align=right]\
#(sh -c \". ${script}; rwx_tmux_uptime\")\
' '
# refresh period # refresh period