diff options
author | Matt Fellenz <matt@felle.nz> | 2023-10-23 18:49:50 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-11-21 17:42:09 +0100 |
commit | bff991dfdc63ca3785a810ff4d913ddfd71677a1 (patch) | |
tree | 4f999d02a7ece21c30759a31c365a16582934d35 | |
parent | 9d666a08e1ec77680890a08f63e71ce6bb53b9a9 (diff) |
Use locale time format for default bar command
-rw-r--r-- | config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |