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;
|
image = ../wallpapers/default.jpg;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
opacity = let
|
opacity = let
|
||||||
default = 0.65;
|
default = 0.70;
|
||||||
in {
|
in {
|
||||||
applications = default;
|
applications = default;
|
||||||
desktop = default;
|
desktop = default;
|
||||||
popups = 0.35;
|
popups = 0.85;
|
||||||
terminal = default;
|
terminal = default;
|
||||||
};
|
};
|
||||||
cursor = let
|
cursor = let
|
||||||
|
|
Loading…
Reference in a new issue