From a1ae3dace9c5b1a2397b8ccd33ef00a9d3953fc0 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 4 Jun 2023 15:21:59 +0200 Subject: [PATCH] Make date more informative --- .xmobarrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xmobarrc b/.xmobarrc index 08d5d62..1f86d2d 100644 --- a/.xmobarrc +++ b/.xmobarrc @@ -25,7 +25,7 @@ Config { overrideRedirect = False , "--on", "" ] , Run Memory ["--template", "Mem: %"] 10 - , Run Date "%a %b %e %H:%M" "date" 10 + , Run Date "W%V %a %b %d %H:%M" "date" 10 , Run Com "sb-pomo" [] "pomo" 10 , Run Com "sb-anki" [] "anki" 10 , Run Com "sb-tasks" [] "tasks" 300