[xmonad] Re: Issue 402 in xmonad: Xmonad becomes unresponsive. No focus changing (using keys or mouse), workspace changing or recompile.

codesite-noreply at google.com codesite-noreply at google.com
Sun Aug 1 02:48:22 EDT 2010


Comment #9 on issue 402 by 6181989: Xmonad becomes unresponsive.  No focus  
changing (using keys or mouse), workspace changing or recompile.
http://code.google.com/p/xmonad/issues/detail?id=402

Config { font = "xft:DejaVu Sans  
Mono:pixelsize=10:antialias=true:hinting=true"
        , bgColor = "#2b2b2b"
        , fgColor = "#00e0ff"
        , position = Top
        , lowerOnStart = True
        , commands = [ Run Network "eth0"  
["-L","0","-H","32","--normal","green","--high","red"] 10
		    , Run Network "wlan0"  
["-L","0","-H","32","--normal","green","--high","red"] 10
                     , Run Cpu  
["-L","3","-H","50","--normal","green","--high","red"] 10
                     , Run Memory ["-t","Mem: <usedratio>%"] 10
                     , Run Swap [] 10
                     , Run Com "uname" ["-s","-r"] "" 36000
                     , Run Date "[ %d-%m // %H:%M ]" "date" 10
                     ]
        , sepChar = "%"
        , alignSep = "}{"
        , template = "}{<fc=#00e0ff>[ %cpu% | %memory% | %swap% ] //  
[ %eth0% | %wlan0% ]</fc> <fc=#ffe100>%date%</fc>"
        }




More information about the xmonad mailing list