From 0db6729b47729a8b3e22ae947aa554bfe14ed3d5 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Thu, 21 Dec 2023 13:23:52 +0200 Subject: [PATCH] Swapping time and date positions --- config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sway/config b/config/sway/config index 7f870f6..c28e019 100644 --- a/config/sway/config +++ b/config/sway/config @@ -4,7 +4,7 @@ output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90 bar { position top - status_command while date +'%d.%m.%Y %H.%M.%S '; do sleep 1; done + status_command while date +'%H.%M.%S %d.%m.%Y'; do sleep 1; done colors { statusline #ffffff background #323232