root/home/.xmobarrc

Revision 226, 1.1 kB (checked in by conrad, 7 months ago)

add xmonad and xmobarrc configuration

Line 
1 Config { font = "-*-fixed-*-*-*-*-14-*-*-*-*-*-*-*"
2        , bgColor = "black"
3        , fgColor = "grey"
4        , position = Top
5        , commands = [ Run Weather "RJBB" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
6                     , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
7                     , Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10
8                     , Run Network "ppp0" ["-L","0","-H","32","--normal","green","--high","red"] 10
9                     , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
10                     , Run Memory ["-t","Mem: <usedratio>%"] 10
11                     , Run Swap [] 10
12                     , Run BatteryP ["BATA"] [] 10
13                     , Run Com "uname" ["-s","-r"] "" 36000
14                     , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
15                     ]
16        , sepChar = "%"
17        , alignSep = "}{"
18        , template = "%cpu% | %memory% * %swap% | %eth1% - %ppp0% | %battery% }{ <fc=#ee9a00>%date%</fc>| %RJBB% | %uname%"
19        }
Note: See TracBrowser for help on using the browser.