43 lines
1020 B
Plaintext
43 lines
1020 B
Plaintext
# // P̳r̳a̳s̳a̳n̳t̳h̳ R̳a̳n̳g̳a̳n̳
|
|
|
|
$GTK_THEME = Catppuccin-Latte
|
|
$ICON_THEME = Tela-circle-grey
|
|
$COLOR_SCHEME = prefer-light
|
|
|
|
# Optional: The varibles above will be set automatically when the theme is loaded
|
|
# This exec commands will soon be deprecated
|
|
|
|
|
|
general {
|
|
gaps_in = 3
|
|
gaps_out = 8
|
|
border_size = 2
|
|
col.active_border = rgba(dc8a78ff) rgba(8839efff) 45deg
|
|
col.inactive_border = rgba(7287fdcc) rgba(179299cc) 45deg
|
|
layout = dwindle
|
|
resize_on_border = true
|
|
}
|
|
|
|
group {
|
|
col.border_active = rgba(dc8a78ff) rgba(8839efff) 45deg
|
|
col.border_inactive = rgba(7287fdcc) rgba(179299cc) 45deg
|
|
col.border_locked_active = rgba(dc8a78ff) rgba(8839efff) 45deg
|
|
col.border_locked_inactive = rgba(7287fdcc) rgba(179299cc) 45deg
|
|
}
|
|
|
|
decoration {
|
|
rounding = 10
|
|
shadow:enabled = false
|
|
|
|
blur {
|
|
enabled = yes
|
|
size = 6
|
|
passes = 3
|
|
new_optimizations = on
|
|
ignore_opacity = on
|
|
xray = false
|
|
}
|
|
}
|
|
|
|
layerrule = blur,waybar
|