Swapped MultiCPU for Cpu
This commit is contained in:
parent
e1ae10c678
commit
032202234f
18
.xmobarrc
18
.xmobarrc
|
@ -4,12 +4,12 @@ Config {
|
||||||
font = "xft:OpenSans:size=9:antialias=true"
|
font = "xft:OpenSans:size=9:antialias=true"
|
||||||
, bgColor = "#073642"
|
, bgColor = "#073642"
|
||||||
, fgColor = "#93a1a1"
|
, fgColor = "#93a1a1"
|
||||||
, position = TopW L 95
|
, position = TopW L 93 -- Leave space for Trayer
|
||||||
|
|
||||||
-- 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 = "%StdinReader% } %mpd% { %multicpu% %coretemp% %cpufreq% | %memory% | %battery% | %YBRK% | %uv Brisbane% | %date%"
|
, template = "%StdinReader% } { %YBRK% | UV: %uv Brisbane% | %cpu% %coretemp% %cpufreq% | %memory% | %swap% | %dynnetwork% | %battery% | %date%"
|
||||||
|
|
||||||
-- Behaviour
|
-- Behaviour
|
||||||
, lowerOnStart = False -- send to bottom of window stack on start
|
, lowerOnStart = False -- send to bottom of window stack on start
|
||||||
|
@ -19,7 +19,7 @@ Config {
|
||||||
--Plugins
|
--Plugins
|
||||||
, commands =
|
, commands =
|
||||||
-- CPU Activity Monitor
|
-- CPU Activity Monitor
|
||||||
[ Run MultiCpu [ "--template" , "CPU: <total0>%|<total2>%"
|
[ Run Cpu [ "--template" , "CPU: <total>%"
|
||||||
, "--Low" , "30" -- units: %
|
, "--Low" , "30" -- units: %
|
||||||
, "--High" , "70" -- units: %
|
, "--High" , "70" -- units: %
|
||||||
, "--low" , "#2aa198"
|
, "--low" , "#2aa198"
|
||||||
|
@ -73,7 +73,7 @@ Config {
|
||||||
-- , Run Wireless "wlp1s0" [ "-t", "<essid>" ] 10
|
-- , Run Wireless "wlp1s0" [ "-t", "<essid>" ] 10
|
||||||
|
|
||||||
-- Weather Monitor
|
-- Weather Monitor
|
||||||
, Run Weather "YBRK" [ "--template" , " <skyCondition> <tempC>°C <rh>% <pressure> hPa"
|
, Run Weather "YBRK" [ "--template" , " <skyCondition> <tempC>C <rh>% <pressure> hPa"
|
||||||
, "--Low" , "10"
|
, "--Low" , "10"
|
||||||
, "--High" , "35"
|
, "--High" , "35"
|
||||||
, "--low" , "#2aa198"
|
, "--low" , "#2aa198"
|
||||||
|
@ -90,7 +90,17 @@ Config {
|
||||||
, "--low" , "#859900"
|
, "--low" , "#859900"
|
||||||
, "--high" , "#dc322f"
|
, "--high" , "#dc322f"
|
||||||
] 900
|
] 900
|
||||||
|
|
||||||
-- MPD status
|
-- MPD status
|
||||||
, Run MPD ["-t","<artist> - <title> (<album>) <statei> ","--", "-P", ">>", "-Z", "|", "-S", "><"] 10
|
, Run MPD ["-t","<artist> - <title> (<album>) <statei> ","--", "-P", ">>", "-Z", "|", "-S", "><"] 10
|
||||||
|
|
||||||
|
, Run Swap [] 10
|
||||||
|
, Run DynNetwork [ "--template" , "<dev>: <tx>kB/s"
|
||||||
|
, "--Low" , "50000" -- units: B/s
|
||||||
|
, "--High" , "500000" -- units: B/s
|
||||||
|
, "--low" , "#2d9574"
|
||||||
|
, "--normal" , "orange"
|
||||||
|
, "--high" , "red"
|
||||||
|
] 10
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue