managed wallpaper

This commit is contained in:
LavaDesu 2021-05-27 22:51:19 +07:00
parent c4e14e9729
commit 97b5f44872
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 4 additions and 1 deletions

View file

@ -30,6 +30,7 @@ let
in rec {
home.file.".xinitrc".source = ./scripts/xinitrc;
xdg.configFile."i3/wallpaper.png".source = ../../res/wallpaper.png;
xsession.enable = true;
xsession.windowManager.i3 = {
enable = true;
@ -44,7 +45,7 @@ in rec {
notification = false;
}
{
command = "feh --bg-fill /home/rin/Pictures/Wallpapers/current";
command = "feh --no-fehbg --bg-fill ${config.xdg.configHome}/i3/wallpaper.png";
always = true;
notification = false;
}