Added xmobar config
Getty Ritter
8 years ago
1 | Config { border = BottomB | |
2 | , borderColor = "black" | |
3 | , bgColor = "black" | |
4 | , fgColor = "white" | |
5 | , position = TopW L 100 | |
6 | , lowerOnStart = True | |
7 | , commands = | |
8 | [ Run Cpu ["-L", "3", "-H", "50", "--normal", "green", "--high", "red"] 10 | |
9 | , Run Memory ["-t", "Mem: <usedratio>%"] 10 | |
10 | , Run Swap [] 10 | |
11 | , Run Date "%a %b %_d %l:%M" "date" 10 | |
12 | , Run StdinReader | |
13 | , Run Com "/home/gdritter/bin/check-battery" [] "battery" 50 | |
14 | , Run Com "/home/gdritter/bin/bat-color" [] "col" 50 | |
15 | ] | |
16 | , sepChar = "%" | |
17 | , alignSep = "}{" | |
18 | , template = "%StdinReader% }{ <fc=%col%>%cpu% | %memory% | %date% | %battery%</fc>" | |
19 | } |