View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#524
Originally Posted by Underscore View Post
Yes, it's possible, I've tried it. You have to set the "shaped" option in theme.xml. However, it seems that each pixel can only have a transparency of 0% or 100%, no in between, semi-transparency.
Not good, but not a problem for what I want.
However...I dunno if matchbox is handling this incorrectly or what, but when you maximize any window to fullscreen, the transparency is applied to the contents of the window where the titlebar *would be* on the screen. So, it works, just not good enough if you want to use fullscreen apps.
GAAAAaaahahhhkkkkkk!!!
Also, the transparency won't disappear immediately when you change themes, you have to switch themes a couple of times.

If you want to try it out, edit a theme's titlebar to have some fully transparent parts. Then go to your theme.xml file and change
Code:
<frame id="main" height="60" >
to
Code:
<frame id="main" height="60" options="shaped">

Now that I think about it, it may be possible to change only individual layers of the titlebar frame instead of the entire frame. This might get rid of the errors. I'm going to try that out later.
Thanks so much! I hope that can work. It would help brush a lot of the imperfections of rotation away. That and a 480x480 tilable wallpaper, and things could look really sweet. (Even with an 800x800, on rotation, you get a 480x800 or 800x480 segment tiled. But I think 480x480 will work...)