diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index d8856b73..0d660ace 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -41,10 +41,19 @@ , "red" ] 100 - ] + , Run + Weather "LFRN" + [ "-t", ": C" + , "-L","10", "-H", "25" + , "--normal", "white" + , "--high", "orange" + , "--low", "blue" + ] + 18000 + ] , sepChar = "%" , alignSep = "}{" - , template = " %XMonadLog% }{ %dynnetwork% | %battery% | %date% " + , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery% | %date% " } ''; };