Added xrandr script.
[tomn-dotfiles.git] / .xmobarrc
blob2fcbd21c20a32ae2d0c932e3e85e01e7b4fe11a0
1 Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
2        , bgColor = "black"
3        , fgColor = "grey"
4        , position = TopW L 95
5        , commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
6                     , Run Memory ["-t","Mem: <usedratio>%"] 10
7                     , Run Swap [] 10
8                     , Run Date "%a %b %_d %l:%M" "date" 10
9                     , Run StdinReader
10                     , Run Battery ["-L","50","-H","75","--high","green","--normal","yellow", "--low", "red"] 10
11                     , Run Com "sh" ["~/bin/mpd.sh"] "mpd" 10 
12                     ]
13        , sepChar = "%"
14        , alignSep = "}{"
15        , template = "%StdinReader% }{ <fc=#8888FF>%mpd%</fc> %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> | %battery% "
16        }
18 --Run Weather "EGCC" ["-t"," <tempC>C","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 36000