Swap date and hour around
This commit is contained in:
parent
8f37027889
commit
3cc4aee8b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user