aboutsummaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-10-23 18:49:50 -0700
committerFurkan Sahin <furkan-dev@proton.me>2023-10-23 18:49:50 -0700
commit62d27a18477e12961f911dd3bc2ed11712a21a42 (patch)
tree4f999d02a7ece21c30759a31c365a16582934d35 /config.in
parentcf243e3242f37f6e1df5e5a4c4e732e2030fc01b (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