diff options
author | Patrick Simianer <p@simianer.de> | 2014-08-30 21:54:56 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-08-30 21:54:56 +0100 |
commit | ece8f595130ebf77755012c51827a7ae5520dcdd (patch) | |
tree | 1c3784472e6c60a1a004be4a0b094d1f3d703f58 | |
parent | a1e07f02fb33cf8357d4fe1a69d3feba8c689a06 (diff) |
gtkrc
-rw-r--r-- | .gtkrc-2.0 | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -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 + |