vanadium/xmobar: countdown

This commit is contained in:
Primrose 2025-08-04 12:32:53 +02:00
parent 87388a47bf
commit 9f14eb8d40
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -12,6 +12,7 @@
, fgColor = "#FFFFFF"
, position = BottomH 30
, commands = [ Run Date "%a %d %H:%M:%S" "date" 10
, Run Com "tomorrow" [ "--target", "2025-08-21" ] "" 3600
, Run Battery
[ "-t", "<left> (<timeleft>"
, "-H", "70"
@ -55,7 +56,7 @@
]
, sepChar = "%"
, alignSep = "}{"
, template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery%, %powerprofilesctl%) | %date% "
, template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery%, %powerprofilesctl%) | %date%, j%tomorrow% "
}
'';
};