aboutsummaryrefslogtreecommitdiff
path: root/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/widgets/progressbar
blob: f10e9d7044f97e4d51eec0638a17f5f620cd81b3 (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
47
style "progressbar" {
  xthickness              = 0
  ythickness              = 0
  
  fg[PRELIGHT] = @selected_fg_color

  engine "pixmap"
  {
    image
    {
      function    = BOX
      detail      = "trough"
      file        = "../assets/progressbar-trough.png"
      border      = { 4, 4, 4, 4 }
      stretch     = TRUE
      orientation = HORIZONTAL
    }
    image
    {
      function    = BOX
      detail      = "bar"
      file        = "../assets/progressbar-bar.png"
      stretch     = TRUE
      border      = { 4, 4, 4, 4 }
      orientation = HORIZONTAL
    }
    image
    {
      function    = BOX
      detail      = "trough"
      file        = "../assets/progressbar-trough.png"
      border      = { 4, 4, 4, 4 }
      stretch     = TRUE
      orientation = VERTICAL
    }
    image
    {
      function    = BOX
      detail      = "bar"
      file        = "../assets/progressbar-bar.png"
      stretch     = TRUE
      border      = { 4, 4, 4, 4 }
      orientation = VERTICAL
    }
  }
}