From dfcf8535dde4010722d56e203c2c62cd598f41da Mon Sep 17 00:00:00 2001 From: Harija Date: Sun, 10 Nov 2024 10:51:39 +1100 Subject: [PATCH] Fixing hyprland config with new shadow parameters and slightly tweaking easyeffects 10db preset --- easyeffects/output/Viper4Android 10dB Bass Clone.json | 4 ++-- hypr/decoration.conf | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/easyeffects/output/Viper4Android 10dB Bass Clone.json b/easyeffects/output/Viper4Android 10dB Bass Clone.json index fdfcaa4..f73618d 100644 --- a/easyeffects/output/Viper4Android 10dB Bass Clone.json +++ b/easyeffects/output/Viper4Android 10dB Bass Clone.json @@ -7,7 +7,7 @@ "floor": 20.0, "floor-active": false, "harmonics": 2.0, - "input-gain": -1.0, + "input-gain": 0.0, "output-gain": -4.0, "scope": 120.0 }, @@ -718,7 +718,7 @@ "harmonics": 1.5, "input-gain": 0.0, "output-gain": 0.0, - "scope": 4000.0 + "scope": 3500.0 }, "limiter#0": { "alr": false, diff --git a/hypr/decoration.conf b/hypr/decoration.conf index 1600496..4fde64e 100644 --- a/hypr/decoration.conf +++ b/hypr/decoration.conf @@ -12,9 +12,10 @@ decoration { noise = 0.02 contrast = 1 } - - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + shadow { + enabled = true + range = 4 + render_power = 3 + color = rgba(1a1a1aee) + } }