Lightningbeam/Themes/Default/gtk-2.0/Styles/Nautilus/nautilus-without-menubar.rc

80 lines
1.6 KiB
Plaintext
Executable File

include "Styles/Nautilus/nautilus.rc"
style "nautilus-window-no-menubar" = "default"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
recolorable = TRUE
#state = PRELIGHT
file = "Apps/nautilus-elementary/nautilus-no-menu.png"
border = { 0, 0, 36, 0}
stretch = TRUE
}
}
}
style "nautilus-mode-button-no-menubar"
{
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Apps/nautilus-elementary/mode_prelight.png"
border = { 3, 13, 3, 3 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Apps/nautilus-elementary/mode_normal-no-menu.png"
border = { 9, 9, 6, 9}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Apps/nautilus-elementary/mode_pressed.png"
border = { 9, 9, 6, 9}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Apps/nautilus-elementary/mode_normal.png"
border = { 9, 9, 6, 9}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = SELECTED
file = "Apps/nautilus-elementary/mode_pressed.png"
border = { 9, 9, 6, 9}
stretch = TRUE
}
}
}
class "NautilusNavigationWindow" style "nautilus-window-no-menubar"
widget "*GtkModeButton*" style "nautilus-mode-button-no-menubar"
#PCMANFM
class "FmMainWin" style "nautilus-window-no-menubar"