Difference between revisions of "Xmonad/Config archive/jelly(12gen)'s xmobarrc"

From HaskellWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
Scripts can be found on my [[http://github.com/jelly/dotfiles/tree/master]dotfieles]
+
Scripts can be found on my [http://github.com/jelly/dotfiles/tree/master]
 
<haskell>
 
<haskell>
   

Revision as of 12:21, 31 July 2009

Scripts can be found on my [1]

Config { font         = "-*-terminus-*-*-*-*-12-*-*-*-*-*-*-u"  
             , bgColor      = "#000000"
             , fgColor      = "#00FFFF"
	     , position =  Top 
             , lowerOnStart = False
             , commands     = [ Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
                              , Run Cpu ["<cpu0>/<cpu1>","-L","3","-H","50","--normal","green","--high","red"]   10
                              , Run Cpu ["<cpu0>","-L","3","-H","50","--normal","green","--high","red"]  10
				,Run Com "sh" ["~/bin/updates.sh"] "updates" 600
                              , Run Memory ["-t","Mem: <usedratio>%", "--normal","green","--high","red"] 10
				, Run Com "mpc" ["status", "--format", "\"%artist% - %title%\""] "music" 20 
				, Run Date "%a %b %_d %H:%M" "date" 10
			      , Run Com "sh" ["/home/jelle/bin/mail.sh"] "mail" 200			      
                              , Run StdinReader
                              ]
             , sepChar      = "%"
             , alignSep     = "}{"
	     , template = " %StdinReader% }{ %music%<fc=#429942>|</fc> M: <fc=#00FF33>%mail%</fc> <fc=#429942>|</fc>U: <fc=#00FF33>%updates%</fc><fc=#429942>| </fc>%cpu%<fc=#429942>|</fc> %memory%<fc=#429942>|</fc> %eth0%<fc=#429942>|</fc> %date%"
             }