Merge branch 'master' of https://github.com/kremlin-/dotfiles
[dotfiles.git] / xmobarrc
CommitLineData
0e3df0c2 1Config { font = "-*-terminus-*-*-normal--12-120-72-72-c-60-*-*"
2 , bgColor = "#170f0d"
3 , fgColor = "#746c48"
4 , borderColor = "#746c48"
5 , border = NoBorder --BottomBM 1
6 , position = Top
7 , allDesktops = True
8 , hideOnStart = False
9 , overrideRedirect = True
10 , persistent = True
11 , lowerOnStart = True
12 , commands = [ Run Weather "KHOU" ["-t","Houston: <tempF> °F (<skyCondition>)","-L","32","-H","80","--normal","#70a16c","--high","#af652f","--low","#7b854e"] 36000
13 , Run Network "wlp3s0" ["-t","<txbar> <tx> KB/s up <fc=#af652f>//</fc> <rxbar> <rx> KB/s down","-L","0","-H","32","--normal","#70a16c","--high","#af652f"] 10
14 , Run Cpu ["-L","3","-H","50","--normal","#746c48","--high","#af652f"] 10
15 , Run Memory ["-t","Mem: <usedratio>%"] 10
16 , Run Com "uname" ["-s","-r"] "" 36000
17 , Run Date "%a %b %d %Y %I:%M %p (%S)" "date" 10
18 , Run BatteryP ["BAT0"] ["-t", "Bat: <left>%","-L","15","-H","90","--high","#7b854e","--low","#af652f"] 600
19 , Run UnsafeStdinReader
20 ]
21 , sepChar = "%"
22 , alignSep = "}{"
23 , template = "%UnsafeStdinReader% }{ %battery% <fc=#af652f>|</fc> %cpu% <fc=#af652f>|</fc> %memory% <fc=#af652f>|</fc> %wlp3s0% <fc=#af652f>|</fc> <fc=#e4dc8c>%date%</fc> <fc=#af652f>|</fc> %KHOU% <fc=#af652f>|</fc> %uname%"
24 }