update vimrc & xmonad
[dotfiles.git] / .xmobarrc
1 Config { 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 , pickBroadest = False
9 , hideOnStart = False
10 , overrideRedirect = True
11 , persistent = True
12 , lowerOnStart = True
13 , sepChar = "%"
14 , alignSep = "}{"
15 , template = "%UnsafeStdinReader% }{ %battery% <fc=#af652f>|</fc> <fc=#e4dc8c>%date%</fc> <fc=#af652f>|</fc> %KHOU% <fc=#af652f>|</fc> %uname%"
16 , commands = [ Run Weather "KHOU" ["-t","Houston: <tempF> F (<skyCondition>)","-L","32","-H","80","--normal","#70a16c","--high","#af652f","--low","#7b854e"] 36000
17 , Run Com "uname" ["-s","-r"] "" 36000
18 , Run Date "%a %b %d %Y %I:%M %p (%S)" "date" 10
19 , Run Battery ["-t", "Bat: <left>","-L","15","-H","90","--high","#7b854e","--low","#af652f"] 600
20 , Run UnsafeStdinReader
21 ]
22 }