dotfiles/.config/hypr/config/decorations.conf

24 lines
899 B
Text

# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Decorations Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
source = ~/.config/hypr/config/colors.conf
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
active_opacity = 1
rounding = 4
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
size = 15
passes = 2 # more passes = more resource intensive.
xray = true
}
# https://wiki.hyprland.org/Configuring/Variables/#shadow
shadow {
enabled = false
}
}