From bff991dfdc63ca3785a810ff4d913ddfd71677a1 Mon Sep 17 00:00:00 2001 From: Matt Fellenz Date: Mon, 23 Oct 2023 18:49:50 -0700 Subject: [PATCH] Use locale time format for default bar command --- config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.in b/config.in index 48ba1f1e..a5173165 100644 --- a/config.in +++ b/config.in @@ -205,7 +205,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 %X'; do sleep 1; done colors { statusline #ffffff