From 3cc4aee8b8f28e43ef0b1c21f2d60688bbd602e7 Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 18 Nov 2023 16:01:34 +0100 Subject: [PATCH] Swap date and hour around --- arch-config/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index 93a10442..f612be36 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -378,7 +378,7 @@ bar { # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. - status_command while date +'%Y-%m-%d %H:%M %p'; do sleep 1; done + status_command while date +'%H:%M | %Y-%m-%d %p'; do sleep 1; done colors { statusline #ffffff