Config {
font = "monospace Bold 12"
additionalFonts= ["monospace Normal 14"]
, bgColor = "#282828"
, fgColor = "#ebdbb2"
, position = TopSize L 94 24
, alpha = 150
, commands = [ Run Cpu [ "-t", "\xe266 %"
, "-L", "3","-H","50"
, "-l", "#ebdbb2"
, "-n", "#ebdbb2"
, "-h", "#fb4934"
, "-p", "2"
, "-c", "0"
] 10
, Run Memory [ "-t", "\xf85a %"
, "-H", "80"
, "-L", "10"
, "-l" ,"#ebdbb2"
, "-n", "#ebdbb2"
, "-h", "#fb4934"
, "-p", "2"
, "-c", "0"
] 10
, Run Date "%a %b %_d %k:%M"
"date"
10
, Run DynNetwork [ "-t", "\xf6d9 \xfa51 "
, "-H", "200"
, "-L", "10"
, "-h", "#ebdbb2"
, "-l", "#ebdbb2"
, "-n", "#ebdbb2"
, "-S", "True"
, "-p", "3"
, "-c", "0"
] 10
, Run CoreTemp [ "-t", "\xf2c8 °"
, "-L", "30"
, "-H", "75"
, "-l", "lightblue"
, "-n", "#ebdbb2"
, "-h", "#aa4450"
, "-p", "2"
, "-c", "0"
] 50
, Run Com ".xmonad/scripts/mpd_status.sh"
[]
"mpdstatus"
10
--, Run Com "network-check.sh" [] "netcheck" 5
, Run BatteryP [ "BAT0" ]
[ "--template" , "\xf240 "
, "--Low" , "10" -- units: %
, "--High" , "80" -- units: %
, "--low" , "#fb4934" -- #ff5555
, "--normal" , "#ebdbb2"
, "--high" , "#98be65"
, "--" -- battery specific options
-- discharging status
, "-o" , "% ()"
-- AC "on" status
, "-O" , "% (Charging)" -- 50fa7b
-- charged status
, "-i" , "Charged"
] 50
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{%dynnetwork% %mpdstatus% %cpu% %coretemp% %memory% %battery% %date% " -- #69DFFA
}