WIP: home: wm: i3: use grey background
Some checks failed
ci/woodpecker/push/check Pipeline failed

Because I sometimes do get a glimpse of the background, and would rather
not have anything on it.
This commit is contained in:
Bruno BELANYI 2026-02-19 21:36:34 +00:00
parent ff7641a1bc
commit f5c268eaf0

View file

@ -387,5 +387,10 @@ in
};
};
};
# Use a grey background
xsession.profileExtra = ''
${lib.getExe pkgs.xsetroot} -solid '#333333'
'';
};
}