Stylix : Enable with a new flag.
This commit is contained in:
parent
0da8df18fa
commit
4e7f3fcf33
|
@ -3,11 +3,10 @@
|
|||
environment.etc.wallpaper.source = config.module.common.wallpaper.path;
|
||||
|
||||
stylix = {
|
||||
# NOTE: Enable this later...
|
||||
# enable = true;
|
||||
image = config.module.common.wallpaper.path;
|
||||
enable = true;
|
||||
image = config.module.common.wallpaper.path;
|
||||
autoEnable = true;
|
||||
polarity = "dark";
|
||||
polarity = "dark";
|
||||
opacity = {
|
||||
applications = 0.85;
|
||||
terminal = 0.85;
|
||||
|
|
Loading…
Reference in a new issue