From a45e09e96744030078bca68f1f6d9f3136c37d39 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Tue, 28 Dec 2021 16:28:47 +0100 Subject: Add day of week and week no to i3status. --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sway/config') 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 -- cgit v1.2.3