Files
Indrajith 824022cd1f Dots Updated
* Adds GTK Themes
* Adds wlogout
* Adds tmux config
* Adds Pywal-16-colors
* Removed unwanted gtk folders
* Config Updates
  * Fish
  * Hyprland
  * Hyprlock
  * Hyprpaper
  * waybar
2024-07-03 02:03:35 +05:30

109 lines
2.5 KiB
Plaintext

style "range"
{
engine "pixmap"
{
image
{
function = BOX
detail = "trough"
file = "../assets/scale-trough-horizontal.png"
border = { 4, 4, 0, 0 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "trough"
file = "../assets/scale-trough-vertical.png"
border = { 0, 0, 4, 4 }
stretch = TRUE
orientation = VERTICAL
}
# Horizontal
image
{
function = SLIDER
state = NORMAL
file = "../assets/null.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
overlay_file = "../assets/scale-slider.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
image
{
function = SLIDER
state = PRELIGHT
file = "../assets/null.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
overlay_file = "../assets/scale-slider-active.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
image
{
function = SLIDER
state = INSENSITIVE
file = "../assets/null.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
overlay_file = "../assets/scale-slider.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
# Vertical
image
{
function = SLIDER
state = NORMAL
file = "../assets/null.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
overlay_file = "../assets/scale-slider.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
image
{
function = SLIDER
state = PRELIGHT
file = "../assets/null.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
overlay_file = "../assets/scale-slider-active.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
image
{
function = SLIDER
state = INSENSITIVE
file = "../assets/null.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
overlay_file = "../assets/scale-slider.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
# Function below removes ugly boxes
image
{
function = BOX
file = "../assets/null.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
}
}