From 9f14eb8d401da2bca5aaa35e9d74552f1caabefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 4 Aug 2025 12:32:53 +0200 Subject: [PATCH] vanadium/xmobar: countdown --- nix/configurations/vanadium/home/xmobar.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index cb168856..e9bd02b4 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -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", " (" , "-H", "70" @@ -55,7 +56,7 @@ ] , sepChar = "%" , alignSep = "}{" - , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery%, %powerprofilesctl%) | %date% " + , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery%, %powerprofilesctl%) | %date%, j%tomorrow% " } ''; };