From 8d1b68471857430530a8a55f7ee5a1f88b144819 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 21 Oct 2023 22:48:40 +0200 Subject: [PATCH] pinwheel: Remove drop shadow in `hyprland` --- hosts/pinwheel/modules/hyprland/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index a3179b5..0a1c8d5 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -75,11 +75,6 @@ in no_gaps_when_only = 1; }; - decoration = { - shadow_offset = "0 5"; - "col.shadow" = "rgba(00000099)"; - }; - bind = let ws = x: let n = if (x + 1) < 10