mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
60 lines
1.3 KiB
Text
Executable file
60 lines
1.3 KiB
Text
Executable file
style "progressbar" {
|
|
|
|
|
|
xthickness = 2
|
|
ythickness = 2
|
|
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = BOX
|
|
detail = "trough"
|
|
# recolorable = TRUE
|
|
file = "ProgressBar/trough-progressbar-horiz.png"
|
|
border = { 3, 3, 3, 3 }
|
|
stretch = TRUE
|
|
orientation = HORIZONTAL
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
detail = "trough"
|
|
# recolorable = TRUE
|
|
file = "ProgressBar/trough-progressbar-vert.png"
|
|
border = { 3, 3, 3, 3 }
|
|
stretch = TRUE
|
|
orientation = VERTICAL
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
detail = "bar"
|
|
file = "ProgressBar/progressbar-horiz.png"
|
|
border = { 3, 3, 3, 3 }
|
|
stretch = TRUE
|
|
orientation = HORIZONTAL
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
detail = "bar"
|
|
file = "ProgressBar/progressbar-vert.png"
|
|
border = { 3, 3, 3, 3 }
|
|
stretch = TRUE
|
|
orientation = VERTICAL
|
|
}
|
|
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = NORMAL
|
|
file = "ProgressBar/trough-progressbar-horiz.png"
|
|
border = { 3, 3, 3, 3 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
}
|
|
}
|
|
|