diff --git a/modules/picom/default.nix b/modules/picom/default.nix index 6530c4f..d9cb654 100644 --- a/modules/picom/default.nix +++ b/modules/picom/default.nix @@ -3,6 +3,11 @@ { services.picom = { enable = true; + shadow = true; + shadowOffsets = [ + (-15) + (-15) + ]; settings = { backend = "glx"; # Fixes black backdrop on some rounded corners corner-radius = 12;