From 2d5f913b4364d1d98dcf9b1e9c49d07e2e7a01c5 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 26 Aug 2021 15:30:15 -0500 Subject: [PATCH] changed tmux date format to use slashes. --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d5d66d9..ed1b476 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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 '