blob: 8220d23810e2b13a007705cfb50fc50e41e402de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
style "pcmanfm-sidebar" = "sidebar" {
font_name = "Regular"
GtkTreeView::odd_row_color = @bg_color
GtkTreeView::even_row_color = @bg_color
# these make the padding from left window edge a little more sane
GtkTreeView::vertical_separator = 4
GtkTreeView::horizontal_separator = 15
GtkTreeView::indent-expanders = 1 # 1 means TRUE
GtkTreeView::expander-size = 8
GtkExpander::expander_spacing = 16
GtkButton::image_spacing = 4
xthickness = 0
ythickness = 1
}
# A little more vertical padding on the toolbar
style "pcman-padding" {
xthickness = 3
ythickness = 3
}
# For the thin gray line separating the sidepane and viewpane
style "pcmanfm-handle"
{
GtkPaned::handle-size = 1
engine "pixmap" {
image {
function = HANDLE
recolorable = TRUE
file = "Handles/handle-caja.png"
stretch = TRUE
border = { 0, 0, 0, 0 }
}
}
}
widget_class "*FmMainWin*GtkToolbar*" style "pcman-padding"
widget_class "*FmSidePane*" style "pcmanfm-sidebar"
widget "*FmMainWin*FmTabPage" style "pcmanfm-handle"
|