Firefox chrome
[configs.git] / .xmobarrc
blob5f2ba266effce33deb7afb86aa5e4e70648bcb1b
1 Config { 
2          font = "xft:Terminus-10"
3 --       font = "-*-terminus-medium-r-normal-*-13-*-*-*-*-*-*-*"
4        , bgColor = "#202020"
5        , fgColor = "#f2f2f2"
6        , position = TopW L 95
7        , lowerOnStart = True
8        , commands = [ Run Cpu ["-t", "<total>", "-L","3","-H","50","--normal","#b6e77d","--high","#e9897c"] 10
9 --                    , Run Memory ["-t","Mem: <usedratio>%"] 10
10                     , Run Date "%a %b %_d %H:%M:%S" "date" 10
11                     , Run Com "./bin/check_mcabber" [] "im" 10
12                     , Run Battery ["-t", "<left>"] 10
13                     , Run Thermal "CPUZ" ["-t", "<temp>C", "-L","3","-H","75","--normal","#b6e77d","--high","#e9897c"] 50
14                     , Run Com "./bin/skb -1" [] "kbd" 3
15                     , Run StdinReader
16                     ]
17        , sepChar = "%"
18        , alignSep = "}{"
19        , template = "%StdinReader% }{ %cpu% | %CPUZ% | %battery% | %date% | %kbd% <fc=#e9897c>%im%</fc>"
20        }