1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-04 10:56:07 +02:00

Use locale time format for default bar command

This commit is contained in:
Matt Fellenz 2023-10-23 18:49:50 -07:00 committed by Simon Ser
parent 9d666a08e1
commit bff991dfdc

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