From 68ce8ed12911b6c9b606c73464396c39ffba2499 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 4 Jul 2026 16:24:36 -0400 Subject: Dropped shadow range to two (2) Signed-off-by: Don Williams On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/UserConfigs/UserDecorations.conf modified: config/hypr/UserConfigs/user_decorations.lua --- CHANGELOG.md | 4 ++++ config/hypr/UserConfigs/UserDecorations.conf | 2 +- config/hypr/UserConfigs/user_decorations.lua | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8481a0dc..6ba753ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ ## Changed: +- `shadow range` changed to `2` from `3` + +--- + ## v2.3.25 ## Fixed diff --git a/config/hypr/UserConfigs/UserDecorations.conf b/config/hypr/UserConfigs/UserDecorations.conf index e7e30651..bef67138 100644 --- a/config/hypr/UserConfigs/UserDecorations.conf +++ b/config/hypr/UserConfigs/UserDecorations.conf @@ -35,7 +35,7 @@ decoration { shadow { enabled = true - range = 3 + range = 1 render_power = 1 color = $color12 diff --git a/config/hypr/UserConfigs/user_decorations.lua b/config/hypr/UserConfigs/user_decorations.lua index ba425d92..6d2bab7a 100644 --- a/config/hypr/UserConfigs/user_decorations.lua +++ b/config/hypr/UserConfigs/user_decorations.lua @@ -31,7 +31,7 @@ -- dim_special = 0.8, -- shadow = { -- enabled = true, --- range = 3, +-- range = 2, -- render_power = 1, -- color = "rgba(8db4ffff)", -- color_inactive = "rgba(5f6578ff)", -- cgit v1.2.3