rights
This commit is contained in:
parent
e8e67bb502
commit
6f37337925
1 changed files with 10 additions and 8 deletions
18
sh/tmux.sh
18
sh/tmux.sh
|
@ -104,10 +104,10 @@ set-option -g status-format[0] '\
|
|||
#[bg=default] \
|
||||
}\
|
||||
#[align=right]\
|
||||
#[bg=##181818] #[bg=##282828]\
|
||||
#[fg=yellow]%H:%M:%S\
|
||||
#[bg=##181818]\
|
||||
#{?client_prefix,#[fg=green]p, }\
|
||||
#[fg=yellow]\
|
||||
#[bg=##181818] \
|
||||
#[bg=##282828]%H:%M:%S\
|
||||
#[bg=##181818]#{?client_prefix,#[fg=green]p, }\
|
||||
'
|
||||
|
||||
# line 2
|
||||
|
@ -122,8 +122,9 @@ set-option -g status-format[1] '\
|
|||
}\
|
||||
#[fg=yellow]→ #[fg=green]#{session_name} \
|
||||
#[align=right]\
|
||||
#[bg=##181818] #[bg=##282828]\
|
||||
#[fg=yellow]%Y-%m-%d\
|
||||
#[fg=yellow]\
|
||||
#[bg=##181818] \
|
||||
#[bg=##282828]%Y-%m-%d\
|
||||
#[bg=##181818] \
|
||||
'
|
||||
|
||||
|
@ -139,8 +140,9 @@ set-option -g status-format[2] '\
|
|||
#(basename \"\${TMUX}\" \
|
||||
| cut --delimiter \",\" --fields \"1\") \
|
||||
#[align=right]\
|
||||
#[bg=##181818] #[bg=##282828]\
|
||||
#[fg=yellow]#{host}\
|
||||
#[fg=yellow]\
|
||||
#[bg=##181818] \
|
||||
#[bg=##282828]#{host}\
|
||||
#[bg=##181818] \
|
||||
'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue