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
|
||||
-- color can be set by enclosing in <fc></fc> tags. For more details
|
||||
-- see http://projects.haskell.org/xmobar/#system-monitor-plugins.
|
||||
|
||||
, commands =
|
||||
[
|
||||
-- workspaces
|
||||
, Run StdinReader
|
||||
-- weather monitor
|
||||
[ Run Weather "RJTT" [ "--template", "<skyCondition> | <fc=#4682B4><tempC></fc>°C | <fc=#4682B4><rh></fc>% | <fc=#4682B4><pressure></fc>hPa"
|
||||
] 36000
|
||||
|
||||
-- network activity monitor (dynamic interface resolution)
|
||||
, Run DynNetwork [ "--template" , "<dev>: <tx>kB/s|<rx>kB/s"
|
||||
, "--Low" , "1000" -- units: B/s
|
||||
|
@ -48,6 +50,8 @@ Config {
|
|||
, "--normal" , "darkorange"
|
||||
, "--high" , "darkred"
|
||||
] 10
|
||||
-- workspaces
|
||||
, Run StdinReader
|
||||
|
||||
-- cpu activity monitor
|
||||
, Run MultiCpu [ "--template" , "Cpu: <total0>%|<total1>%"
|
||||
|
|
Loading…
Reference in a new issue