blob: 0179ae2b8ae35e80a79879d4404552517739c2f0 (
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
44
45
46
|
# ========================
# THUNAR SPECIFIC SETTINGS
# ========================
style "thunar-location" {
ThunarLocationButtons::spacing = 0
}
style "thunar-handle" {
GtkPaned::handle-size = 1
engine "pixmap" {
image { function = HANDLE file = "/Handles/handle-caja.png" stretch = TRUE border = { 0, 0, 0, 0 } }
}
}
style "thunar-statusbar" {
bg[NORMAL] = @base_color
engine "pixmap" {
image {
function = RESIZE_GRIP
recolorable = FALSE
detail = "statusbar"
overlay_file = "/Others/null.png"
overlay_border = {0,0,0,0 }
overlay_stretch = FALSE
}
}
}
style "thunar-sidepane" {
GtkTreeView::odd_row_color = @bg_color
GtkTreeView::even_row_color = @bg_color
}
style "thunar-frame" {
xthickness = 0
ythickness = 0
}
widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
widget_class "*ThunarLocationButtons*" style "thunar-location"
widget_class "*ThunarShortcutsView*" style "thunar-sidepane"
widget_class "*ThunarTreeView*" style "thunar-sidepane"
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
widget_class "*ThunarStatusbar*" style "thunar-statusbar"
|