~lassekongo83/zukitwo/gnome3.10

« back to all changes in this revision

Viewing changes to Zukiwi/gtk-2.0/thunar.rc

  • Committer: lassekongo83
  • Date: 2013-11-06 19:43:46 UTC
  • Revision ID: lassekongo83@yahoo.se-20131106194346-893ioy2f0kcaw4sz
GTK2: Thunar style added. Changed folder structure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ========================
 
2
# THUNAR SPECIFIC SETTINGS
 
3
# ========================
 
4
 
 
5
style "thunar-location" {
 
6
        ThunarLocationButtons::spacing = 0
 
7
}
 
8
 
 
9
style "thunar-handle" {
 
10
        GtkPaned::handle-size = 1
 
11
        engine "pixmap" {
 
12
                image { function = HANDLE file = "/widgets/Others/handle.png" stretch = TRUE border = { 0, 0, 0, 0 } }
 
13
        }
 
14
}
 
15
 
 
16
style "thunar-statusbar" {
 
17
        bg[NORMAL] = @base_color
 
18
 
 
19
        engine "pixmap" {
 
20
                image {
 
21
                        function        = RESIZE_GRIP
 
22
                        recolorable     = FALSE
 
23
                        detail          = "statusbar"
 
24
                        overlay_file    = "/widgets/Others/null.png"
 
25
                        overlay_border  = {0,0,0,0 }
 
26
                        overlay_stretch = FALSE
 
27
                }
 
28
        }
 
29
}
 
30
 
 
31
style "thunar-sidepane" {
 
32
        GtkTreeView::odd_row_color = @bg_color
 
33
        GtkTreeView::even_row_color = @bg_color
 
34
}
 
35
 
 
36
style "thunar-frame" {
 
37
        xthickness = 0
 
38
        ythickness = 0
 
39
}
 
40
 
 
41
widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
 
42
widget_class "*ThunarLocationButtons*" style "thunar-location"
 
43
widget_class "*ThunarShortcutsView*" style "thunar-sidepane"
 
44
widget_class "*ThunarTreeView*" style "thunar-sidepane"
 
45
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
 
46
widget_class "*ThunarStatusbar*" style "thunar-statusbar"