From b325ea7452b54b0f4981b1be43eee2d6ca625a63 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Sun, 5 May 2024 01:13:50 +0530 Subject: [PATCH] add corner radius --- modules/home-manager/picom/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/picom/default.nix b/modules/home-manager/picom/default.nix index 8e72bee..c6ec3c4 100644 --- a/modules/home-manager/picom/default.nix +++ b/modules/home-manager/picom/default.nix @@ -34,7 +34,11 @@ blur-method = "dual_kawase"; blur-strength = 10; - corner-radius = 0; + corner-radius = 8; + + rounded-corners-exclude = [ + "window_type = 'dock'" + ]; # pijulius specifics animations = true;