From 1a4d8ccc7bcd8a6ff8368c1fd921f3a8dca9c6f0 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 4 Dec 2022 01:21:24 +0100 Subject: Configure 24 hour clock in Swaybar --- sway.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway.config b/sway.config index 6a17734..8de40c8 100644 --- a/sway.config +++ b/sway.config @@ -213,7 +213,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 %I:%M:%S %p'; do sleep 1; done + status_command while date +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done colors { statusline #ffffff -- cgit v1.2.3