Set wallpaper
This commit is contained in:
parent
98dc7c237a
commit
527a982bb2
4 changed files with 6 additions and 0 deletions
BIN
configs/files/wallpaper.png
Normal file
BIN
configs/files/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 252 KiB |
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue