Use locale time format for default bar command

This commit is contained in:
Matt Fellenz 2023-10-23 18:49:50 -07:00
parent 6f6b82793d
commit b9c1c45b9f
No known key found for this signature in database
GPG key ID: D0061A7BB596E3B3

View file

@ -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