-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxmobarrc
18 lines (18 loc) · 1007 Bytes
/
xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 85
, lowerOnStart = True
, commands = [ Run Network "wlan0" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Battery ["-L", "50", "-H", "75", "--high", "green", "--normal", "yellow", "--low", "red", "--template", "bat: <left>"] 100
, Run Cpu ["-L","15","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
, Run Com "/home/alathon/.xmobarscripts/vol.sh" [] "vol" 30
, Run Com "/home/alathon/.xmobarscripts/wifi.sh" [] "wifi" 30
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %cpu% %memory% %battery% | %wifi% | %vol% | %date%"
}