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

95 lines
2.5 KiB
Plaintext

style "toolbar"
{
engine "pixmap"
{
image
{
function = BOX
file = "../assets/toolbar-background.png"
stretch = TRUE
}
}
}
style "toolbuttons"
{
xthickness = 2
ythickness = 2
GtkWidget::focus_padding = 2
engine "pixmap" {
image
{
function = BOX
state = NORMAL
file = "../assets/null.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
state = PRELIGHT
file = "../assets/toolbutton-hover.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "../assets/toolbutton-active.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "../assets/null.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
}
}
style "tooltoggle_buttons"
{
engine "pixmap"
{
image
{
function = BOX
state = NORMAL
file = "../assets/null.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
state = PRELIGHT
file = "../assets/toolbutton-hover.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "../assets/toolbutton-toggled.png"
border = { 4, 4, 4, 4}
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "../assets/null.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
}
}