HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //snap/gtk-common-themes/current/share/gtk2/Breeze/gtk-2.0/widgets/progressbar
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
    }
  }
}