From ff2efa19fd3bcf11f46084ed44e4b876733cfd8f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 20 Dec 2019 14:08:32 +0100 Subject: [PATCH] Modify alternative date display to include week Shows week number in parantheses when clicking the date. --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 2bff1f5..b9233bc 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -205,7 +205,7 @@ date = %d/%m time = %H:%M ; if `date-alt` or `time-alt` is defined, clicking ; the module will toggle between formats -date-alt = %A, %d %B %Y +date-alt = %A, %d %B %Y (W %V) time-alt = %H:%M label = %date% %{T2} %{T-}%time%