changed tmux date format to use slashes.
This commit is contained in:
parent
755ee5de02
commit
2d5f913b43
|
@ -69,4 +69,4 @@ bind r source-file ~/.tmux.conf
|
|||
#also lengthen the right side status, by mutch more.
|
||||
set -g status-right-length 60
|
||||
#have the right side status bar display the current battery status and the time/date.
|
||||
set -g status-right 'battery:#(acpi | grep -Eo "[0-9]+%" | tr "\n" " " | sed "s/\s\+$//") | %H:%M %d-%m-%y '
|
||||
set -g status-right 'battery:#(acpi | grep -Eo "[0-9]+%" | tr "\n" " " | sed "s/\s\+$//") | %H:%M %d/%m/%y '
|
||||
|
|
Loading…
Reference in a new issue