should work now
This commit is contained in:
parent
4c9c84f5dd
commit
57c882bda0
1 changed files with 7 additions and 3 deletions
|
@ -36,10 +36,12 @@ Config {
|
||||||
-- The --template option controls how the plugin is displayed. Text
|
-- The --template option controls how the plugin is displayed. Text
|
||||||
-- color can be set by enclosing in <fc></fc> tags. For more details
|
-- color can be set by enclosing in <fc></fc> tags. For more details
|
||||||
-- 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
|
||||||
|
@ -48,6 +50,8 @@ Config {
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "darkorange"
|
||||||
, "--high" , "darkred"
|
, "--high" , "darkred"
|
||||||
] 10
|
] 10
|
||||||
|
-- workspaces
|
||||||
|
, Run StdinReader
|
||||||
|
|
||||||
-- cpu activity monitor
|
-- cpu activity monitor
|
||||||
, Run MultiCpu [ "--template" , "Cpu: <total0>%|<total1>%"
|
, Run MultiCpu [ "--template" , "Cpu: <total0>%|<total1>%"
|
||||||
|
|
Loading…
Reference in a new issue