Improve tmux status bar

This commit is contained in:
David Morgan 2022-11-04 12:01:04 +00:00
parent 3c7bf683c0
commit 8b8eec700d
Signed by: djm
GPG Key ID: C171251002C200F2
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
set-option -g status-bg '#666666'
set-option -g status-fg '#aaaaaa'
set-option -g status-left-length 50
set-option -g status-right " #(date ''\'+%a, %b %d - %I:%M''\') "
set-option -g status-right " %a, %b %d - %H:%M "
'';
};

View File

@ -47,7 +47,7 @@
set -g status-interval 1
set -g status-left "#[fg=yellow]#h#[default]"
set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]#(TZ='Europe/London' date '+%H:%M:%S')"
set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S"
'';
};