|
|
|
@ -2,14 +2,14 @@ Config { |
|
|
|
|
|
|
|
|
|
-- Appearance |
|
|
|
|
font = "xft:Open Sans:size=9:antialias=true" |
|
|
|
|
, bgColor = "#282828" |
|
|
|
|
, fgColor = "#ebdbb2" |
|
|
|
|
, position = TopW L 93 -- Leave space for Trayer |
|
|
|
|
, bgColor = "#1c1c1c" |
|
|
|
|
, fgColor = "#d0d0d0" |
|
|
|
|
, position = TopW L 100 -- Leave space for Trayer |
|
|
|
|
|
|
|
|
|
-- Layout |
|
|
|
|
, sepChar = "%" -- delineator between plugin names and straight text |
|
|
|
|
, alignSep = "}{" -- separator between left-right alignment |
|
|
|
|
, template = "%StdinReader% }{ %YBRK% | UV: %uv Brisbane% | %cpu% %coretemp% %cpufreq% | %memory% | %swap% | %dynnetwork% | %battery% | %date%" |
|
|
|
|
, template = " %StdinReader% }{ %YBRK% | UV: %uv Brisbane% | %cpu% %coretemp% %cpufreq% | %memory% | %swap% | %battery% | %date% " |
|
|
|
|
|
|
|
|
|
-- Behaviour |
|
|
|
|
, lowerOnStart = False -- send to bottom of window stack on start |
|
|
|
@ -22,18 +22,18 @@ Config { |
|
|
|
|
[ Run Cpu [ "--template" , "CPU: <total>%" |
|
|
|
|
, "--Low" , "30" -- units: % |
|
|
|
|
, "--High" , "70" -- units: % |
|
|
|
|
, "--low" , "#b8bb26" |
|
|
|
|
, "--normal" , "#ebdbb2" |
|
|
|
|
, "--high" , "#fb4934" |
|
|
|
|
, "--low" , "#5faf00" |
|
|
|
|
, "--normal" , "#d0d0d0" |
|
|
|
|
, "--high" , "#af005f" |
|
|
|
|
] 10 |
|
|
|
|
|
|
|
|
|
-- cpu core temperature monitor |
|
|
|
|
, Run CoreTemp [ "--template" , "Temp: <core0>°C <core1>°C" |
|
|
|
|
, "--Low" , "30" -- units: °C |
|
|
|
|
, "--High" , "80" -- units: °C |
|
|
|
|
, "--low" , "#b8bb26" |
|
|
|
|
, "--normal" , "#ebdbb2" |
|
|
|
|
, "--high" , "#fb4934" |
|
|
|
|
, "--low" , "#5faf00" |
|
|
|
|
, "--normal" , "#d0d0d0" |
|
|
|
|
, "--high" , "#af005f" |
|
|
|
|
] 50 |
|
|
|
|
|
|
|
|
|
-- CPU Frequency |
|
|
|
@ -44,26 +44,26 @@ Config { |
|
|
|
|
, Run Memory [ "--template" , "MEM <usedratio>%" |
|
|
|
|
, "--Low" , "20" -- units: % |
|
|
|
|
, "--High" , "90" -- units: % |
|
|
|
|
, "--low" , "#b8bb26" |
|
|
|
|
, "--normal" , "#ebdbb2" |
|
|
|
|
, "--high" , "#fb4934" |
|
|
|
|
, "--low" , "#5faf00" |
|
|
|
|
, "--normal" , "#d0d0d0" |
|
|
|
|
, "--high" , "#af005f" |
|
|
|
|
] 10 |
|
|
|
|
|
|
|
|
|
-- Battery Monitor |
|
|
|
|
, Run BatteryP ["BAT"] [ "--template" , "BAT: <acstatus>" |
|
|
|
|
, "--Low" , "10" -- units: % |
|
|
|
|
, "--High" , "80" -- units: % |
|
|
|
|
, "--low" , "#fb4934" |
|
|
|
|
, "--normal" , "#ebdbb2" |
|
|
|
|
, "--high" , "#b8bb26" |
|
|
|
|
, "--low" , "#af005f" |
|
|
|
|
, "--normal" , "#d0d0d0" |
|
|
|
|
, "--high" , "#5faf00" |
|
|
|
|
|
|
|
|
|
, "--" -- battery specific options |
|
|
|
|
-- discharging status |
|
|
|
|
, "-o" , "<left>% (<timeleft>)" |
|
|
|
|
-- AC "on" status |
|
|
|
|
, "-O" , "<fc=#b8bb26>Charging</fc>" |
|
|
|
|
, "-O" , "<fc=#ffaf00>Charging</fc>" |
|
|
|
|
-- charged status |
|
|
|
|
, "-i" , "<fc=#b8bb26>Charged</fc>" |
|
|
|
|
, "-i" , "<fc=#5faf00>Charged</fc>" |
|
|
|
|
] 50 |
|
|
|
|
|
|
|
|
|
-- Read from STDIN |
|
|
|
@ -76,19 +76,19 @@ Config { |
|
|
|
|
, Run Weather "YBRK" [ "--template" , " <skyCondition> <tempC>C <rh>% <pressure> hPa" |
|
|
|
|
, "--Low" , "10" |
|
|
|
|
, "--High" , "35" |
|
|
|
|
, "--low" , "#b8bb26" |
|
|
|
|
, "--normal" , "#ebdbb2" |
|
|
|
|
, "--high" , "#fb4934" |
|
|
|
|
, "--low" , "#5faf00" |
|
|
|
|
, "--normal" , "#d0d0d0" |
|
|
|
|
, "--high" , "#af005f" |
|
|
|
|
] 36000 |
|
|
|
|
|
|
|
|
|
-- Time and Date Display |
|
|
|
|
, Run Date "<fc=#b8bb26>%a %b %_d %H:%M</fc>" "date" 10 |
|
|
|
|
, Run Date "<fc=#d0d0d0>%a %b %_d %H:%M</fc>" "date" 10 |
|
|
|
|
|
|
|
|
|
-- Display the current UV |
|
|
|
|
, Run UVMeter "Brisbane" [ "-H" , "3" |
|
|
|
|
, "-L" , "3" |
|
|
|
|
, "--low" , "#ebdbb2" |
|
|
|
|
, "--high" , "#fb4934" |
|
|
|
|
, "--low" , "#5faf00" |
|
|
|
|
, "--high" , "#af005f" |
|
|
|
|
] 900 |
|
|
|
|
|
|
|
|
|
-- MPD status |
|
|
|
@ -98,9 +98,9 @@ Config { |
|
|
|
|
, Run DynNetwork [ "--template" , "<dev>: <tx>kB/s" |
|
|
|
|
, "--Low" , "50000" -- units: B/s |
|
|
|
|
, "--High" , "500000" -- units: B/s |
|
|
|
|
, "--low" , "#b8bb26" |
|
|
|
|
, "--normal" , "#ebdbb2" |
|
|
|
|
, "--high" , "fb4934" |
|
|
|
|
, "--low" , "#5faf00" |
|
|
|
|
, "--normal" , "#d0d0d0" |
|
|
|
|
, "--high" , "#af005f" |
|
|
|
|
] 10 |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|