Re: rounded wibox corners

2009-05-30 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Julien Danjou wrote: Hi, At 1243625625 time_t, Uli Schlachter wrote: Should I try to do so or are there some issues with the current code that would have to be sorted out first? (E.g. farhaven suggested to load the mask for the rounded

Re: rounded wibox corners

2009-05-30 Thread Julien Danjou
At 1243673434 time_t, Uli Schlachter wrote: Looking at the current image lua API, I kinda doubt that it's worth to use this for generating a 1bit pixmap. Plus, if a window is resized you pretty much have to set a new pixmap. Everything else would look ugly or make the resize pointless.

Re: rounded wibox corners

2009-05-30 Thread Andrei Thorp
I'd just like to add some of my obvious, possible use cases for this: - Pretty rounded-off notifications (heck, with a composite manager and a bit more magic, it would be easy to actually make them fade in/out as is popular with notifications these days) - Imagine you had a top-docked wibox --

rounded wibox corners

2009-05-29 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Garoth (jokingly?) asked for rounded corners on wiboxes. With the help of plagman I took a look at the X nonrectangular window shape extension and came up with the attached C file. It creates a window and adds some rounded corners on it. All