stylix: everything should be opaque

This commit is contained in:
William 2026-02-06 14:34:47 -03:00
parent dd3f08827a
commit 2c2eba1399

View file

@ -28,7 +28,7 @@
}; };
opacity = { opacity = {
applications = 1.0; applications = 1.0;
desktop = 0.8; desktop = 1.0;
popups = config.stylix.opacity.desktop; popups = config.stylix.opacity.desktop;
terminal = 1.0; terminal = 1.0;
}; };