Use 24-hour time

This commit is contained in:
RealStickman 2022-07-20 16:01:24 +02:00 committed by exu
parent 7608b66ca9
commit d1d5174a85

View File

@ -231,7 +231,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 %H:%M:%S %p'; do sleep 1; done
colors {
statusline #ffffff