xmobar: remove network plugin

This commit is contained in:
Primrose 2025-08-07 12:30:19 +02:00
parent eaba272775
commit 83730355fc
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -31,22 +31,6 @@
60
, Run Com "powerprofilesctl" [ "get" ] "" 60
, Run XMonadLog
, Run
DynNetwork
[ "--template"
, "<dev>: <tx> kB/s <rx> kB/s"
, "--Low"
, "102400"
, "--High"
, "1024000"
, "--low"
, "green"
, "--normal"
, "orange"
, "--high"
, "red"
]
100
, Run
Weather "LFRN"
[ "-t", "<station>: <tempC>C"
@ -59,7 +43,7 @@
]
, sepChar = "%"
, alignSep = "}{"
, template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery%, %powerprofilesctl%) | %date%, j%tomorrow% "
, template = " %XMonadLog% }{ %LFRN% | %battery%, %powerprofilesctl%) | %date%, j%tomorrow% "
}
'';
};