Exclude slop from blurring
diff --git a/modules/picom.nix b/modules/picom.nix
index 948a224..97f58fc 100644
--- a/modules/picom.nix
+++ b/modules/picom.nix
@@ -18,8 +18,12 @@
         fade-in-step = 0.005;
         fade-out-step = 0.005;
         no-fading-larger-than = 0.1;
+        blur-background-exclude = [
+          "class_g = 'slop'"
+        ];
         rounded-corners-exclude = [
           "class_g = 'Polybar'"
+          "class_g = 'slop'"
         ];
       };
     };