diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc index 87899779..f0c25d45 100644 --- a/config/xmobar/xmobarrc +++ b/config/xmobar/xmobarrc @@ -36,10 +36,12 @@ Config { -- The --template option controls how the plugin is displayed. Text -- color can be set by enclosing in tags. For more details -- see http://projects.haskell.org/xmobar/#system-monitor-plugins. + , commands = - [ - -- workspaces - , Run StdinReader + -- weather monitor + [ Run Weather "RJTT" [ "--template", " | °C | % | hPa" + ] 36000 + -- network activity monitor (dynamic interface resolution) , Run DynNetwork [ "--template" , ": kB/s|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: %|%"