mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
xmobar: remove network plugin
This commit is contained in:
parent
eaba272775
commit
83730355fc
1 changed files with 1 additions and 17 deletions
|
|
@ -31,22 +31,6 @@
|
||||||
60
|
60
|
||||||
, Run Com "powerprofilesctl" [ "get" ] "" 60
|
, Run Com "powerprofilesctl" [ "get" ] "" 60
|
||||||
, Run XMonadLog
|
, Run XMonadLog
|
||||||
, Run
|
|
||||||
DynNetwork
|
|
||||||
[ "--template"
|
|
||||||
, "<dev>: ↑ <tx> kB/s ↓ <rx> kB/s"
|
|
||||||
, "--Low"
|
|
||||||
, "102400"
|
|
||||||
, "--High"
|
|
||||||
, "1024000"
|
|
||||||
, "--low"
|
|
||||||
, "green"
|
|
||||||
, "--normal"
|
|
||||||
, "orange"
|
|
||||||
, "--high"
|
|
||||||
, "red"
|
|
||||||
]
|
|
||||||
100
|
|
||||||
, Run
|
, Run
|
||||||
Weather "LFRN"
|
Weather "LFRN"
|
||||||
[ "-t", "<station>: <tempC>C"
|
[ "-t", "<station>: <tempC>C"
|
||||||
|
|
@ -59,7 +43,7 @@
|
||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, alignSep = "}{"
|
||||||
, template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery%, %powerprofilesctl%) | %date%, j%tomorrow% "
|
, template = " %XMonadLog% }{ %LFRN% | %battery%, %powerprofilesctl%) | %date%, j%tomorrow% "
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue