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:
parent
4697959b39
commit
7e30c0b050
1 changed files with 5 additions and 0 deletions
|
|
@ -387,5 +387,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Use a grey background
|
||||||
|
xsession.profileExtra = ''
|
||||||
|
${lib.getExe pkgs.xsetroot} -solid '#333333'
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue