aboutsummaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorMatt Fellenz <matt@felle.nz>2023-10-23 18:49:50 -0700
committerSimon Ser <contact@emersion.fr>2023-11-21 17:42:09 +0100
commitbff991dfdc63ca3785a810ff4d913ddfd71677a1 (patch)
tree4f999d02a7ece21c30759a31c365a16582934d35 /config.in
parent9d666a08e1ec77680890a08f63e71ce6bb53b9a9 (diff)
Use locale time format for default bar command
Diffstat (limited to 'config.in')
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
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