all monitors get the same bg in sway

This commit is contained in:
Julien Malka 2024-03-30 21:43:28 +01:00
parent cc5eb4946c
commit e9e74ec14c
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -23,18 +23,10 @@ with lib;
package = pkgs.swayfx;
config = {
inherit terminal;
output =
{
DP-6 = {
bg = builtins.toString cfg.background + " fill";
};
output."*" = {
bg = builtins.toString cfg.background + " fill";
};
DP-7 = {
bg = builtins.toString cfg.background + " fill";
pos = "0 0";
};
};
inherit (cfg) modifier;
input = {
"*" = {