summaryrefslogtreecommitdiff
path: root/common/home
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-12-07 06:51:03 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-12-07 06:51:03 +0100
commitf01751ae559695c3cef735cd42162a3dea47e4d6 (patch)
tree754f9fe64edeb4888fd3fbbd327d178b8858bd9b /common/home
parent23fa3ac6f961692752a15fe00f0f7b627864e751 (diff)
hyprland: update config to newest standards
Diffstat (limited to 'common/home')
-rw-r--r--common/home/hyprland/default.nix8
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 = {