Compare commits
4 commits
3352880bbe
...
217f336add
Author | SHA1 | Date | |
---|---|---|---|
217f336add | |||
38cba5b1df | |||
cb92d7df88 | |||
363b9c440f |
1 changed files with 12 additions and 18 deletions
20
sh/tmux.sh
20
sh/tmux.sh
|
@ -141,9 +141,9 @@ set-option -g set-titles-string '\
|
||||||
/ \
|
/ \
|
||||||
#{pane_current_command}\
|
#{pane_current_command}\
|
||||||
- \
|
- \
|
||||||
#{window_width} × #{window_height}\
|
#{window_width}×#{window_height}\
|
||||||
/ \
|
/ \
|
||||||
#{pane_width} × #{pane_height}\
|
#{pane_width}×#{pane_height}\
|
||||||
'
|
'
|
||||||
|
|
||||||
# ╭────────┬──────╮
|
# ╭────────┬──────╮
|
||||||
|
@ -238,21 +238,10 @@ 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}\
|
||||||
|
@ -263,6 +252,11 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue