From 5c91621ad2a068793c7844942867ddc297f37c58 Mon Sep 17 00:00:00 2001 From: Maximilian Seidler Date: Sun, 10 Mar 2024 12:57:02 +0100 Subject: [PATCH] Nix/HM module: remove shadow options from backgrounds --- nix/hm-module.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index ecdfefc..b8b053a 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -151,8 +151,7 @@ in { type = float; default = 0.05; }; - } - // shadow; + }; }); default = [ {} @@ -409,10 +408,6 @@ in { brightness = ${toString background.brightness} vibrancy = ${toString background.vibrancy} vibrancy_darkness = ${toString background.vibrancy_darkness} - shadow_passes = ${toString background.shadow_passes} - shadow_size = ${toString background.shadow_size} - shadow_color = ${background.shadow_color} - shadow_boost = ${toString background.shadow_boost} } '') cfg.backgrounds)}