diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-07-04 16:24:36 -0400 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-07-04 16:24:36 -0400 |
| commit | 68ce8ed12911b6c9b606c73464396c39ffba2499 (patch) | |
| tree | 87013456cca0e432f72a40dbb8617416970ff358 /config | |
| parent | 4345be2a7477ad487a20041eb1e210684e54bba9 (diff) | |
Dropped shadow range to two (2)
Signed-off-by: Don Williams <don.e.williams@gmail.com>
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
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorations.conf | 2 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/user_decorations.lua | 2 |
2 files changed, 2 insertions, 2 deletions
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)", |
