show seconds on time in swaybar

This commit is contained in:
Ivan Dimitrov 2024-01-15 19:56:52 +02:00
parent c1c57ab396
commit 4b1920807d

View File

@ -116,7 +116,7 @@ bar {
# When the status_command prints a new line to stdout, swaybar updates. # When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time. # The default just shows the current date and time.
status_command while date +'%a %d/%m/%Y %R'; do sleep 60; done status_command while date +'%a %d/%m/%Y %T'; do sleep 1; done
colors { colors {
statusline #ffffff statusline #ffffff