Xmonad/Config archive/oxymor00n's xmobarrc

From HaskellWiki
< Xmonad‎ | Config archive
Revision as of 22:42, 3 February 2008 by Oxymor00n (talk | contribs) (my xmobarrc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Config { font = "-*-Bandal-*-*-*-*-12-*-*-*-*-*-*-*"
       , bgColor = "black"
       , fgColor = "lightskyblue"
       , position = Top
       , commands = [ Run Weather "LOWZ" ["-t","<station>: <tempC>C, <skyCondition>","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000 
       	 	    , Run Network "eth0" ["-L","0","-H","32","--normal","DarkGoldenrod","--high","red"] 10
                    , Run Cpu ["-L","15","-H","50","--normal","DarkGoldenrod","--high","red"] 10
                    , Run Memory ["-t","Mem: <usedratio>%"] 10
                    , Run Swap [] 10
                    , Run Com "uname" ["-s","-r"] "" 36000
    		    , Run Date "%a %b %_d %Y" "date" 360
		    , Run Date "%H:%M:%S" "time" 10
		    , Run StdinReader
		    , Run CpuFreq ["-t","<core0>Ghz"] 10
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = "%StdinReader% }{[ %eth0% ][ %cpu% @ %cpufreq% ][ %LOWZ% ]<fc=DarkSlateGray3>[ %date% ]</fc><fc=aquamarine2,black>[ %time% ]</fc>"
       }