2025-03-12 21:20:52 +01:00
|
|
|
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
|
|
# ┃ Decorations Configuration ┃
|
|
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
|
|
|
|
source = ~/.config/hypr/config/colors.conf
|
|
|
|
|
|
|
|
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#decoration
|
|
|
|
|
|
|
|
decoration {
|
|
|
|
active_opacity = 1
|
2025-03-12 23:54:46 +01:00
|
|
|
inactive_opacity = 0.8
|
2025-03-12 21:20:52 +01:00
|
|
|
rounding = 4
|
|
|
|
|
|
|
|
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
|
|
|
|
blur {
|
|
|
|
size = 15
|
|
|
|
passes = 2 # more passes = more resource intensive.
|
|
|
|
xray = true
|
2025-03-12 23:54:46 +01:00
|
|
|
noise = 0.02
|
2025-03-12 21:20:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow
|
|
|
|
shadow {
|
2025-03-12 23:54:46 +01:00
|
|
|
enabled = true
|
|
|
|
range = 10
|
2025-03-12 21:20:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|