diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-12-07 06:51:03 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-12-07 06:51:03 +0100 |
| commit | f01751ae559695c3cef735cd42162a3dea47e4d6 (patch) | |
| tree | 754f9fe64edeb4888fd3fbbd327d178b8858bd9b /common/home | |
| parent | 23fa3ac6f961692752a15fe00f0f7b627864e751 (diff) | |
hyprland: update config to newest standards
Diffstat (limited to 'common/home')
| -rw-r--r-- | common/home/hyprland/default.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index f29503f..51b6410 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -89,9 +89,11 @@ decoration = { rounding = 5; - drop_shadow = true; - shadow_range = 4; - shadow_render_power = 3; + shadow = { + enabled = true; + range = true; + render_power = 4; + }; }; animations = { |