change date command for statusline

This commit is contained in:
Ivan Dimitrov 2024-02-01 09:18:12 +02:00
parent 16cdcab149
commit 2a7ff77777

View File

@ -116,7 +116,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 +'%a %d/%m/%Y %T'; do sleep 1; done
status_command while date +'%a %Y-%m-%d %T'; do sleep 1; done
colors {
statusline #ffffff