mirror of
https://github.com/correl/xmonadcfg.git
synced 2024-11-14 19:19:33 +00:00
18 lines
1,019 B
Text
18 lines
1,019 B
Text
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
|
|
, bgColor = "black"
|
|
, fgColor = "grey"
|
|
, position = TopW L 90
|
|
, lowerOnStart = True
|
|
, commands = [ Run Weather "KNXX" ["-t"," <tempF>F","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 36000
|
|
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
|
|
, Run Memory ["-t","Mem: <usedratio>%"] 10
|
|
, Run Swap ["-t", "<usedratio>"] 10
|
|
, Run Battery ["-L", "15", "-H", "50", "--low", "red", "--high", "green", "--normal", "yellow"] 10
|
|
, Run Date "%a %b %_d %l:%M" "date" 10
|
|
, Run Com "~/.xmonad/taskx" [] "task" 10
|
|
, Run StdinReader
|
|
]
|
|
, sepChar = "%"
|
|
, alignSep = "}{"
|
|
, template = "%StdinReader% }{ [%cpu% | %memory%, %swap% | Batt: %battery%] <fc=yellow>%task%</fc> <fc=#ee9a00>%date%</fc> | %KNXX%"
|
|
}
|