summaryrefslogtreecommitdiff
path: root/.gtkrc-2.0
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-08-30 21:54:56 +0100
committerPatrick Simianer <p@simianer.de>2014-08-30 21:54:56 +0100
commitece8f595130ebf77755012c51827a7ae5520dcdd (patch)
tree1c3784472e6c60a1a004be4a0b094d1f3d703f58 /.gtkrc-2.0
parenta1e07f02fb33cf8357d4fe1a69d3feba8c689a06 (diff)
gtkrc
Diffstat (limited to '.gtkrc-2.0')
-rw-r--r--.gtkrc-2.015
1 files changed, 11 insertions, 4 deletions
diff --git a/.gtkrc-2.0 b/.gtkrc-2.0
index 8b0e470..5522b76 100644
--- a/.gtkrc-2.0
+++ b/.gtkrc-2.0
@@ -1,11 +1,11 @@
# based on Rezlooks-candy
# modified by pks
+gtk-icon-theme-name = "gnome"
# Clearlooks Compact
gtk-icon-sizes = "panel-menu=16,16 : gtk-menu=16,16 : gtk-button=16,16 : gtk-small-toolbar=16,16 : gtk-large-toolbar=16,16 : gtk-dialog=32,32 : gtk-dnd=32,32"
-
style "rezlooks-default"
{
GtkButton ::default_border = { 0, 0, 0, 0 }
@@ -50,10 +50,10 @@ style "rezlooks-default"
engine "rezlooks"
{
- scrollbar_color = "#000000"
+ scrollbar_color = "#000000"
menubarstyle = 0 # 0 = flat, 1 = gradient
- menubaritemstyle = 0 # 0 = flat, 1 = button-ish style
- animation = FALSE
+ menubaritemstyle = 0 # 0 = flat, 1 = button-ish style
+ animation = FALSE
}
}
@@ -216,3 +216,10 @@ style "user-font"
}
widget_class "*" style "user-font"
+# speed
+gtk-menu-popup-delay = 0
+gtk-menu-popdown-delay = 0
+gtk-menu-bar-popup-delay = 0
+gtk-enable-animations = 0
+gtk-timeout-expand = 10
+