workspaces??
This commit is contained in:
parent
0370b5ca79
commit
0dcf3ca37d
1 changed files with 3 additions and 5 deletions
|
@ -12,7 +12,7 @@ Config {
|
||||||
-- layout
|
-- layout
|
||||||
, sepChar = "%" -- delineator between plugin names and straight text
|
, sepChar = "%" -- delineator between plugin names and straight text
|
||||||
, alignSep = "}{" -- separator between left-right alignment
|
, alignSep = "}{" -- separator between left-right alignment
|
||||||
, template = "%battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% "
|
, template = "%StdinReader% %battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% "
|
||||||
|
|
||||||
-- general behavior
|
-- general behavior
|
||||||
, lowerOnStart = True -- send to bottom of window stack on start
|
, lowerOnStart = True -- send to bottom of window stack on start
|
||||||
|
@ -38,10 +38,8 @@ Config {
|
||||||
-- see http://projects.haskell.org/xmobar/#system-monitor-plugins.
|
-- see http://projects.haskell.org/xmobar/#system-monitor-plugins.
|
||||||
, commands =
|
, commands =
|
||||||
|
|
||||||
-- weather monitor
|
-- workspaces
|
||||||
[ Run Weather "RJTT" [ "--template", "<skyCondition> | <fc=#4682B4><tempC></fc>°C | <fc=#4682B4><rh></fc>% | <fc=#4682B4><pressure></fc>hPa"
|
Run StdinReader
|
||||||
] 36000
|
|
||||||
|
|
||||||
-- network activity monitor (dynamic interface resolution)
|
-- network activity monitor (dynamic interface resolution)
|
||||||
, Run DynNetwork [ "--template" , "<dev>: <tx>kB/s|<rx>kB/s"
|
, Run DynNetwork [ "--template" , "<dev>: <tx>kB/s|<rx>kB/s"
|
||||||
, "--Low" , "1000" -- units: B/s
|
, "--Low" , "1000" -- units: B/s
|
||||||
|
|
Loading…
Reference in a new issue