diff --git a/sh/tmux.sh b/sh/tmux.sh index b4b112c..a858c5b 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -158,6 +158,10 @@ set-option -g status-format[0] '\ #[align=right]\ #[fg=yellow]\ #[bg=##181818] \ +#[bg=##282828]%Y-%m-%d\ +#[bg=##181818] \ +#[fg=yellow]\ +#[bg=##181818] \ #[bg=##282828]%H:%M:%S\ #[bg=##181818]#{?client_prefix,#[fg=green]p, }\ ' @@ -182,10 +186,6 @@ set-option -g status-format[1] '\ #[fg=default]\ #[bg=default] \ #[align=right]\ -#[fg=yellow]\ -#[bg=##181818] \ -#[bg=##282828]%Y-%m-%d\ -#[bg=##181818] \ ' # line 3 @@ -208,7 +208,7 @@ set-option -g status-format[3] '\ #[bg=default] \ } \ #[align=right]\ -#[bg=##282828]#(sh -c \". ${script}; rwx_tmux_uptime\")\ +#(sh -c \". ${script}; rwx_tmux_uptime\")\ ' # line 5