Set wallpaper

This commit is contained in:
Paul-Henri Froidmont 2020-02-22 04:29:00 +01:00
parent 98dc7c237a
commit 527a982bb2
4 changed files with 6 additions and 0 deletions

BIN
configs/files/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View file

@ -135,4 +135,5 @@ myLayout = smartSpacing 5
myStartupHook xmproc = do
setWMName "LG3D"
spawn "feh --no-fehbg --bg-fill ~/.wallpaper.png"
return () >> checkKeymap (myConfig xmproc) myAdditionalKeys

View file

@ -39,5 +39,9 @@
layout = "fr";
desktopManager.xterm.enable = false;
windowManager.xmonad.enable = true;
displayManager.lightdm = {
enable = true;
background = "/etc/nixos/configs/files/wallpaper.png";
};
};
}

View file

@ -26,6 +26,7 @@
layout = "fr";
options = ["caps:escape"];
};
home.file.".wallpaper.png".source = ./files/wallpaper.png;
home.file.".xmonad/xmobarrc".source = ./files/xmobarrc;
home.file.".config/ncmpcpp" = {
source = ./files/ncmpcpp;