Re: [dev] coloring in the status bar

From: Kris Maglione <maglione.k_AT_gmail.com>
Date: Mon, 31 Aug 2009 17:34:43 -0400

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
Received on Mon Aug 31 2009 - 21:34:43 UTC

This archive was generated by hypermail 2.2.0 : Mon Aug 31 2009 - 21:36:02 UTC