From 823aff4c16279c6c5140e768995e9721c022d80b Mon Sep 17 00:00:00 2001 From: bionel Date: Sun, 9 Aug 2015 14:22:47 +0300 Subject: fixing sidepanel for caja. changed xfce panel --- .../gtk-2.0/app-styles/file-manager.rc | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 Kogaion-daylight/gtk-2.0/app-styles/file-manager.rc (limited to 'Kogaion-daylight/gtk-2.0/app-styles/file-manager.rc') diff --git a/Kogaion-daylight/gtk-2.0/app-styles/file-manager.rc b/Kogaion-daylight/gtk-2.0/app-styles/file-manager.rc new file mode 100755 index 0000000..76c3da8 --- /dev/null +++ b/Kogaion-daylight/gtk-2.0/app-styles/file-manager.rc @@ -0,0 +1,36 @@ +style "sidepane" +{ + base[NORMAL] = mix (0.5, @bg_color, @window_active_color) # backgroung + bg[NORMAL] = shade (0.91, @base_color) +# bg[PRELIGHT] = @base_color + + engine "murrine" + { + contrast = 0.80 + } +} + +# Thunar + +style "thunar-path-entry-increased-style" +{ + ThunarPathEntry::icon-size = 16 +} +class "ThunarPathEntry" style "thunar-path-entry-increased-style" + +style "thunar-location-buttons" +{ + ThunarLocationButtons::spacing = 0 +} +class "ThunarLocationButtons" style "thunar-location-buttons" + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" + +# Caja + +widget_class "*CajaSidePane*" style "sidepane" +# widget_class "*CajaPathBar.*ToggleButton*" style:highest "test" +# widget "*CajaNavigationWindow*GtkHPaned*" style "test" +# widget_class "*CajaNotebook" style "test" -- cgit v1.2.3