diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-12-28 16:28:47 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-12-28 16:28:47 +0100 |
| commit | a45e09e96744030078bca68f1f6d9f3136c37d39 (patch) | |
| tree | dabefc6819b0a5a39e7c43ac3d1093565fbd1a80 | |
| parent | 664dafb9e58eec0503eef118602b7468f26033d2 (diff) | |
Add day of week and week no to i3status.
| -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 |
