| Customization / Desktop Screenshots / Unix & Linux | ©2010-2013 =Seahorsepip |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
just wave gtk from my gallery
then replace:
style "nautilus-toolbar"
{
bg_pixmap[NORMAL] = "nautilus-toolbar.png"
engine "pixmap"
{
image
{
function = BOX
file = "nautilus-toolbar.png"
border = { 64, 0, 0, 37 }
stretch = TRUE
}
}
}
with:
style "nautilus-toolbar"
{
ythickness = 10 #Stands for the height of the toolbar in pixels.
bg_pixmap[NORMAL] = "nautilus-toolbar.png"
engine "pixmap"
{
image
{
function = BOX
file = "nautilus-toolbar.png"
border = { 64, 0, 0, 37 }
stretch = TRUE
}
}
}