routine update

This commit is contained in:
2025-11-03 21:11:41 -05:00
parent 451bc309a0
commit d5c314b254
4 changed files with 98 additions and 11 deletions
+3 -6
View File
@@ -12,10 +12,7 @@ blur:
background-fixed = true;
};
shadow = true;
shadow-exclude = [
"class_g = 'Rofi'"
]
shadow = false;
fading = true;
fade-delta = 5;
@@ -27,13 +24,13 @@ fade-delta = 5;
# ];
# OPACITYYY
inactive-opacity = 0.75;
inactive-opacity = 0.8;
active-opacity = 1;
opacity-rule = [
"85:class_g = 'Sakura' && focused",
"60:class_g = 'Sakura' && !focused",
"80:class_g = 'Conky' && focused",
"60:class_g = 'Conky' && !focused",
"90:class_g = 'Vesktop'",
"90:class_g = 'librewolf' && !focused",
"100:class_g = 'Rofi'"
];