routine update

This commit is contained in:
2025-08-15 22:49:09 -04:00
parent f40e0e7acf
commit a82e41f90c
3 changed files with 24 additions and 15 deletions
+12 -7
View File
@@ -13,14 +13,18 @@ blur:
};
shadow = true;
fading = false;
shadow-exclude = [
"class_g = 'Rofi'"
]
fading = true;
fade-delta = 5;
# ROUNDER EDGES
corner-radius = 15;
rounded-corners-exclude = [
"class_g = 'i3bar'"
];
# corner-radius = 15;
# rounded-corners-exclude = [
# "class_g = 'i3bar'",
# "class_g = 'i3-nagbar'"
# ];
# OPACITYYY
inactive-opacity = 0.75;
@@ -30,5 +34,6 @@ opacity-rule = [
"60:class_g = 'Sakura' && !focused",
"80:class_g = 'Conky' && focused",
"60:class_g = 'Conky' && !focused",
"90:class_g = 'WebCord'"
"90:class_g = 'Vesktop'",
"100:class_g = 'Rofi'"
];