Swap date and hour around

This commit is contained in:
exu 2023-11-18 16:01:34 +01:00
parent 8f37027889
commit 3cc4aee8b8

View File

@ -378,7 +378,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 %H:%M %p'; do sleep 1; done
status_command while date +'%H:%M | %Y-%m-%d %p'; do sleep 1; done
colors {
statusline #ffffff