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:
parent
538fb93bde
commit
ba29776e6c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue