some rounded corners and remove some noise

This commit is contained in:
2025-10-12 20:54:28 +02:00
parent 8fe44f1e5c
commit fa9a584deb
2 changed files with 15 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
backend = "glx";
vsync = true;
corner-radius = 20.0;
rounded-corners-exclude = [
];
inactive-opacity = 0.8;
opacity-rule = [
"100:class_g = 'Rofi'",
];