| 1 | # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ |
| 2 | # ┃ Decorations Configuration ┃ |
| 3 | # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ |
| 4 | |
| 5 | source = ~/.config/hypr/config/colors.conf |
| 6 | |
| 7 | # https://wiki.hyprland.org/Configuring/Variables/#decoration |
| 8 | |
| 9 | decoration { |
| 10 | active_opacity = 1 |
| 11 | rounding = 4 |
| 12 | |
| 13 | # https://wiki.hyprland.org/Configuring/Variables/#blur |
| 14 | blur { |
| 15 | size = 15 |
| 16 | passes = 2 # more passes = more resource intensive. |
| 17 | xray = true |
| 18 | } |
| 19 | |
| 20 | # https://wiki.hyprland.org/Configuring/Variables/#shadow |
| 21 | shadow { |
| 22 | enabled = false |
| 23 | } |
| 24 | } |
| 25 |