should work now

This commit is contained in:
Sakooooo 2023-07-23 22:29:41 +03:00
parent 4c9c84f5dd
commit 57c882bda0
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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>%"