From 83730355fce3456d9a85226acdf9480d3a574dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 7 Aug 2025 12:30:19 +0200 Subject: [PATCH] xmobar: remove network plugin --- nix/configurations/vanadium/home/xmobar.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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% " } ''; };