diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index b7f1334..bb9c126 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -227,7 +227,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 %l:%M:%S %p'; do sleep 1; done + status_command while date +'%A W%V %Y-%m-%d %l:%M:%S %p'; do sleep 1; done colors { statusline #ffffff |
