mirror of
https://github.com/L4ki/Jolly-Plasma-Themes.git
synced 2026-02-01 21:27:38 +01:00
Add files via upload
This commit is contained in:
47
Jolly GTK Themes/Jolly-GTK/widgets/progressbar
Normal file
47
Jolly GTK Themes/Jolly-GTK/widgets/progressbar
Normal file
@@ -0,0 +1,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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user