aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Matt Fellenz <matt@felle.nz>2023-10-23 18:49:50 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2023-11-21 17:42:09 +0100
commitbff991dfdc63ca3785a810ff4d913ddfd71677a1 (patch)
tree4f999d02a7ece21c30759a31c365a16582934d35
parentFix reference to wlr_output_event_commit.committed (diff)
downloadsway-bff991dfdc63ca3785a810ff4d913ddfd71677a1.tar.gz
sway-bff991dfdc63ca3785a810ff4d913ddfd71677a1.tar.zst
sway-bff991dfdc63ca3785a810ff4d913ddfd71677a1.zip
Use locale time format for default bar command
-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 {
205 205
206 # When the status_command prints a new line to stdout, swaybar updates. 206 # When the status_command prints a new line to stdout, swaybar updates.
207 # The default just shows the current date and time. 207 # The default just shows the current date and time.
208 status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done 208 status_command while date +'%Y-%m-%d %X'; do sleep 1; done
209 209
210 colors { 210 colors {
211 statusline #ffffff 211 statusline #ffffff