home: wm: i3: use grey background

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 94ed89f511
commit ddfe798ee2

View file

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