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;
|
environment.etc.wallpaper.source = config.module.common.wallpaper.path;
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
# NOTE: Enable this later...
|
enable = true;
|
||||||
# enable = true;
|
image = config.module.common.wallpaper.path;
|
||||||
image = config.module.common.wallpaper.path;
|
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
opacity = {
|
opacity = {
|
||||||
applications = 0.85;
|
applications = 0.85;
|
||||||
terminal = 0.85;
|
terminal = 0.85;
|
||||||
|
|
Loading…
Reference in a new issue