sidebarrc (740B)
1 ### Sidebar for Thunar and PCmanfm ## 2 3 style "sidebar" 4 { 5 xthickness = 0 #For Thunar 6 ythickness = 0 #For Thunar 7 8 GtkWidget :: focus-padding = 0 #Takes away space between Trash and Bookmarks 9 GtkWidget :: focus_line_width = 1 #Adds spacing between icons and text 10 GtkTreeView :: horizontal_separator = 12 #Padding to the left 11 GtkTreeView :: vertical_separator = 2 #Padding between each place 12 GtkTreeView :: image-spacing = 6 13 14 GtkTreeView :: even-row-color = "#1a1a1a" #This is the color for the sidebar 15 } 16 17 class "*ThunarTreeView" style "sidebar" 18 widget_class "*FmPlacesView*" style "sidebar" 19 widget_class "*FmDirTreeView" style "sidebar" 20 21 widget_class "*<ThunarShortcutsPane>*<ThunarShortcutsView>" style "sidebar" 22 23