Tweak opacity values

Make popups more opaque that rest of desktop in case popup is over a
bright window (e.g. firefox...)
This commit is contained in:
Evie Litherland-Smith 2024-03-10 07:28:33 +00:00
parent 538fb93bde
commit ba29776e6c

View file

@ -14,11 +14,11 @@
image = ../wallpapers/default.jpg;
polarity = "dark";
opacity = let
default = 0.65;
default = 0.70;
in {
applications = default;
desktop = default;
popups = 0.35;
popups = 0.85;
terminal = default;
};
cursor = let