diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index 8cfe2062..43202ff1 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -31,22 +31,6 @@ 60 , Run Com "powerprofilesctl" [ "get" ] "" 60 , Run XMonadLog - , Run - DynNetwork - [ "--template" - , ": ↑ kB/s ↓ kB/s" - , "--Low" - , "102400" - , "--High" - , "1024000" - , "--low" - , "green" - , "--normal" - , "orange" - , "--high" - , "red" - ] - 100 , Run Weather "LFRN" [ "-t", ": C" @@ -59,7 +43,7 @@ ] , sepChar = "%" , alignSep = "}{" - , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery%, %powerprofilesctl%) | %date%, j%tomorrow% " + , template = " %XMonadLog% }{ %LFRN% | %battery%, %powerprofilesctl%) | %date%, j%tomorrow% " } ''; };