Image buttons in title bars

Hi, I've implemented a way to show not only text buttons in titlebars but also image buttons. I attach a patch with the neccessary code, basically some extensions to XMonad.Util.XUtils and XMonad.Layout.Decoration, and a theme which uses the code: XMonad.Layout.ImageButtonDecoration. Thanks in advance.

Hi Alejandro! On Wed, Mar 31, 2010 at 11:48:27AM +0200, Alejandro Serrano Mena wrote:
Hi, I've implemented a way to show not only text buttons in titlebars but also image buttons. I attach a patch with the neccessary code, basically some extensions to XMonad.Util.XUtils and XMonad.Layout.Decoration, and a theme which uses the code: XMonad.Layout.ImageButtonDecoration.
I had some time now to play with that patch. Cool stuff! Nice that you made something like that work. I'm in favor of applying it, but it touches quite a few places, so I will wait a few days to see if anyone objects (?). I'm thinking of using this in Bluetile. I like your images for the buttons! However, for the menu button, I would prefer this image (somewhat trying to symbolize a window with a titlebar): menuButton' = [[1,1,1,1,1,1,1,1,1,1], [1,1,1,1,1,1,1,1,1,1], [1,1,0,0,0,0,0,0,1,1], [1,1,0,0,0,0,0,0,1,1], [1,1,1,1,1,1,1,1,1,1], [1,1,1,1,1,1,1,1,1,1], [1,1,1,1,1,1,1,1,1,1], [1,1,1,1,1,1,1,1,1,1], [1,1,1,1,1,1,1,1,1,1], [1,1,1,1,1,1,1,1,1,1]] How do you feel about that? I'm attaching a patch if you'd like to try it out. Regards! Jan

This 1-patch bundle was just applied to http://code.haskell.org/XMonadContrib:
20100402174910 Jan Vornberger

This 1-patch bundle was just applied to http://code.haskell.org/XMonadContrib: 20100331093808 trupill@gmail.com * image_buttons * Added a XMonad.Util.Image module to manipulate simple images and show them into an X drawable * Added the possibility of using image buttons instead of plain text buttons into the title bar * Added a XMonad.Layout.ImageButtonDecoration as an example of how to use the image buttons -- This message was brought to you by DarcsWatch http://darcswatch.nomeata.de/repo_http:__code.haskell.org_XMonadContrib.html...
participants (3)
-
Alejandro Serrano Mena
-
darcswatch@nomeata.de
-
Jan Vornberger