-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xmobarrc
18 lines (18 loc) · 901 Bytes
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Config { font = "-*-terminus-*-*-*-12-*-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 100
, commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Thermal "TZS0" [] 10
, Run Thermal "TZS1" [] 10
, Run Battery ["-H","95","-L","20", "--low", "red", "--high", "blue", "--normal", "green"] 6
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Network "wlan0" ["-L","0","-H","32","--normal","aquamarine2","--high","chocolate1"] 10
, Run Date "%a %b %_d %Y %H:%M" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %cpu% | %TZS0% | %TZS1% | %battery% | %memory% * %swap% | %wlan0% | <fc=#ee9a00>%date%</fc>"
}