Add files via upload

This commit is contained in:
L4ki
2024-05-30 10:04:16 +02:00
committed by GitHub
parent a38ce4c244
commit 5018323cd3
11 changed files with 2142 additions and 0 deletions

View 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
}
}
}