diff options
author | Visual-Dawg <[email protected]> | 2023-11-06 20:49:03 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-06 18:49:03 +0000 |
commit | 29e0a7112ef5c412e4af640b9d80f80b81a26c94 (patch) | |
tree | c2f2c6ef819940d04508738d6a13b439debbe96a /example | |
parent | a1b7a5a53d66d6289f1a3036d1aa4daa965c363c (diff) | |
download | Hyprland-29e0a7112ef5c412e4af640b9d80f80b81a26c94.tar.gz Hyprland-29e0a7112ef5c412e4af640b9d80f80b81a26c94.zip |
renderer: added new customization options to the blur shaders (#3650)
Adds to `decoration:blur:` `vibrancy` and `vibrancy_darkness`
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 698335ea..0f830ec3 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -63,6 +63,8 @@ decoration { enabled = true size = 3 passes = 1 + + vibrancy = 0.1696 } drop_shadow = true |