From ece8f595130ebf77755012c51827a7ae5520dcdd Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 30 Aug 2014 21:54:56 +0100 Subject: gtkrc --- .gtkrc-2.0 | 15 +++++++++++---- 1 file 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 + -- cgit v1.2.3