diff --git a/picom.nix b/picom.nix index 857ced3..c6b677d 100644 --- a/picom.nix +++ b/picom.nix @@ -3,5 +3,12 @@ { services.picom = { enable = true; + settings = { + corner-radius = 12; + round-borders = 1; + rounded-borders-exclude = [ + # TODO: figure out how to exclude polybar, smart gaps + ]; + }; }; }