[xmonad] Re: xmobar high cpu usage

Chengqi(Lars) Song songcq at gmail.com
Sun Jun 14 08:23:09 EDT 2009


mine attcached. it's very common, nothing special.

thanks
lars
On Sun, 14 Jun 2009, Deniz Dogan wrote:

> 2009/6/14 Chengqi(Lars) Song <songcq at gmail.com>:
> > then what status bar are you using now?
> > On Sun, 14 Jun 2009, Ivan Lazar Miljenovic wrote:
> >
> >> Chengqi(Lars) Song <songcq at ...> writes:
> >> > does anyone else have this problem? xmobar occasionally takes up high cpu
> >> > usage. In 'top', it appears X is
> >> > using to much cpu, but using oprofile, I found it's xmobar who is using the
> >> > CPU. Restart xmobar solves this problem.
> >>
> >> Oh goody, it's not just me ;-)
> >>
> >> I've resorted to just not using xmobar. ?I have the sneaking suspicion that
> >> it's either one of my plugins, or the fact that I have a lot of plugins in my
> >> ~/.xmobarrc that I'm not actually using...
> 
> If one of you could actually *post* his ~./xmobarrc, that would be great. ;)
> 
> -- 
> Deniz Dogan
-------------- next part --------------
Config { font = "xft:monospace-6:bold"
       , bgColor = "#333333"
       , fgColor = "#cccccc"
       , position = Top
       , lowerOnStart = False
       , commands = [ Run Cpu ["-t", "<total>"] 10
                    , Run Memory ["-t","<usedratio>%"] 10
                    , Run Date "%H:%M:%S %m-%d" "date" 10
                    , Run BatteryP ["BAT0"] ["-t","<left>","-L","30","-H","90","-l","orange","-n","red","-h","green"]  60 
                    , Run StdinReader
                    , Run PipeReader "/tmp/aumix2pipe-fifo" "volume"
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = "<fc=orange>%date%</fc> | C<fc=green>%cpu%</fc> M<fc=green>%memory%</fc> V<fc=green>%volume%</fc> B%battery% | %StdinReader%"
       }


More information about the xmonad mailing list