Change background command
This commit is contained in:
parent
cc57af4546
commit
7ac07f1188
|
@ -43,7 +43,7 @@ with lib;
|
||||||
background_opacity = "0.9";
|
background_opacity = "0.9";
|
||||||
dynamic_background_opacity = true;
|
dynamic_background_opacity = true;
|
||||||
} else {
|
} else {
|
||||||
background_image = cfg.background;
|
background_image = "${cfg.background}";
|
||||||
background_image_layout = "scaled";
|
background_image_layout = "scaled";
|
||||||
background_tint = "0.85";
|
background_tint = "0.85";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue