diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorations.conf | 2 | ||||
| -rw-r--r-- | 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)", |
