diff options
Diffstat (limited to 'sway.config')
-rw-r--r-- | sway.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway.config b/sway.config index 6a17734..8de40c8 100644 --- a/sway.config +++ b/sway.config @@ -213,7 +213,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 |