xmobbarrc
author Fabien Ninoles <fabien@tzone.org>
Sat, 03 Jan 2015 11:21:36 -0500
changeset 9 56e80afa3e1c
parent 0 df7496e40bee
permissions -rw-r--r--
Only start sloppy timer on a mouse_enter. This avoid a bug when the focus is stolen by another window.

Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*", 
         bgColor = "black",
         fgColor = "grey",
         position = TopW L 100,
         lowerOnStart = True,
         commands = [ 
           Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10,
           Run Memory ["-t","Mem: <usedratio>%"] 10,
           Run Swap [] 10,
           Run StdinReader,
           Run CommandReader "ledmon" "LED"
           ],
         sepChar = "%",
         alignSep = "}{",
         template = "%StdinReader% }{ <fc=#00ff00>%LED%</fc> %cpu% | %memory% | %swap%"
       }