Make date more informative

This commit is contained in:
2023-06-04 15:21:59 +02:00
parent 9636ca59fc
commit a1ae3dace9

View File

@@ -25,7 +25,7 @@ Config { overrideRedirect = False
, "--on", "" , "--on", ""
] ]
, Run Memory ["--template", "Mem: <usedratio>%"] 10 , Run Memory ["--template", "Mem: <usedratio>%"] 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-pomo" [] "pomo" 10
, Run Com "sb-anki" [] "anki" 10 , Run Com "sb-anki" [] "anki" 10
, Run Com "sb-tasks" [] "tasks" 300 , Run Com "sb-tasks" [] "tasks" 300