-
Notifications
You must be signed in to change notification settings - Fork 0
/
xmobarrc
21 lines (21 loc) · 1.09 KB
/
xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Config { font = "xft:Inconsolata:pixelsize=10:antialise=true"
, bgColor = "#3f3f3f"
, fgColor = "#dcdccc"
, position = TopW L 90
, lowerOnStart = True
, commands = [ Run Weather "LFMN" ["-t","<tempC>C","-L","14",
"-H","26","--normal","green",
"--high","red","--low","lightblue"] 36000
, Run Cpu ["-L","3","-H","50","--low", "lightblue","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run BatteryP ["BAT0"] ["-t", "Bat: <left>%", "energy_full"] 300
, Run Date "%a %b %_d %k:%M" "date" 10
, Run StdinReader
, Run MPD ["-t", "<state>: <artist> - <title>"] 10
, Run Wireless "wlan0" [] 600
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %wlan0wi% | %mpd% | %cpu% | %memory% | %swap% | %battery% | %date% | %LFMN%"
}