
Mac OS X Leopard
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
nechus
12 years ago
I've been using your GTK theme for some time and I think it's awesome. But blue bars and buttons just don't fit my Ubuntu-oriented wallpapers. Is it possible to change the color?
Thanks. :)
Report
Fant0men
13 years ago
your avatar says it all, you think you're the smartest man alive.. a fucking wizard. well you're not, fucking muslim hater.
*pisses on denmark*
Report
toby
13 years ago
And my avatar actually depicts a Mac Zealot
( http://www.freeiconsweb.com/Freeicons/Cartoon_head_icon/Mac%20zealot.png )
I don't mean to sound like a broken record, but grow up, kid.
Report
Fant0men
13 years ago
http://www.gnome-look.org/content/show.php/Vista+fail?content=59152
Report
ThrowRocksAtMe1
13 years ago
If you're interested, I'll be updating a screenshot of my desktop in a second.
Report
ThrowRocksAtMe1
13 years ago
No.. that wouldn't work...
Did you add settings to your .bashrc or a file like that? I'm interested, I had to take mine off because it completely ruined the panel
Report
kimmik
13 years ago
Just comment out the line in the gtkrc file (of the theme) where it defines the background-image for the menubar
something like:
engine "pixmap"
{
# Menubar background
image
{
function = BOX
state = NORMAL
file = "Menu-Menubar/menubar.png"
stretch = TRUE
}
to:
engine "pixmap"
{
# Menubar background
image
{
function = BOX
state = NORMAL
### file = "Menu-Menubar/menubar.png"
stretch = TRUE
}
Report
malwk
13 years ago
What will happen is that just the underlaying widget will be shown, not that the manubar will become transparent:)
Report
ThrowRocksAtMe1
13 years ago
Report
toby
13 years ago
I've been googling, as one would, and found several references to the variable "GTK_MENUBAR_ACTIVE_OPACITY" for instance, but I have been entirely unable to get it to function, nor have I found it mentioned by anyone but the macmenu users/devs.
Here are some links;
http://ubuntuforums.org/showthread.php?t=241868&page=4
http://ubuntuforums.org/showthread.php?t=241868&page=3
http://gnomesupport.org/forums/viewtopic.php?t=10279
Report
ThrowRocksAtMe1
13 years ago
Report
ThrowRocksAtMe1
13 years ago
Report