On Mon, Aug 31, 2009 at 04:02:27PM -0400, gnuisancev3 wrote:
Doing a wmiir create /rbar/foo #000000 #ffffff #aaaaaa Foo   doesn't
really do anything, it just hangs there and I have the C-c to cancel
the operation and I'm kinda confused about how this works in
conjunction with wmiirc to begin with.

Sorry, I was in a bit of a rush. 'wmiir create' reads from stdin, and your shell treats everything after the first # as a comment. The correct command would be:

        echo '#000000 #ffffff #aaaaaa Foo' | wmiir create /rbar/foo

You can change the #xxxxxx parts to manipulate the colors. I had a few example status bar scripts at wmii.suckless.org, but I'm not sure what happened to them.

--
Kris Maglione

You do not really understand something unless you can explain it to
your grandmother.
        --Albert Einstein


Reply via email to