2012-01-03 17:38:40 +01:00
|
|
|
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
|
|
|
, bgColor = "#d6d6d6"
|
|
|
|
, fgColor = "#696969"
|
|
|
|
, position = TopW L 90
|
|
|
|
, lowerOnStart = False
|
2019-03-28 15:29:04 +01:00
|
|
|
, commands = [ Run MultiCpu ["-t","C: <total>%","-L","30","-H","70","-n","#AE6F38","-l","#6B8836","-h","#C16F61"] 100
|
|
|
|
, Run Memory ["-t","M: <usedratio>%","-L","30","-H","70","-n","#AE6F38","-l","#6B8836","-h","#C16F61"] 100
|
|
|
|
, Run Swap ["-t","S: <usedratio>%","-L","10","-H","30","-n","#AE6F38","-l","#6B8836","-h","#C16F61"] 100
|
|
|
|
, Run Battery ["-t","B: <timeleft>"] 600
|
|
|
|
, Run Date "%a %b %_d %k:%M" "date" 100
|
2012-01-03 17:38:40 +01:00
|
|
|
, Run StdinReader
|
2019-03-28 15:29:04 +01:00
|
|
|
, Run MPD ["-t", "<artist>: <title> (<album>) <statei>", "--", "-P", "|>", "-Z", "||", "-S", ""] 100
|
2012-01-03 17:38:40 +01:00
|
|
|
, Run CommandReader "ledmon" "LED"
|
|
|
|
]
|
|
|
|
, sepChar = "%"
|
|
|
|
, alignSep = "}{"
|
|
|
|
, template = "%StdinReader% }{ <fc=#3783B1>%mpd%</fc> | %multicpu% | %memory% | %swap% | %battery% | <fc=#c16f61>%LED%</fc> | <fc=#6D8D83>%date%</fc>"
|
|
|
|
}
|