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
|
myStartupHook xmproc = do
|
||||||
setWMName "LG3D"
|
setWMName "LG3D"
|
||||||
|
spawn "feh --no-fehbg --bg-fill ~/.wallpaper.png"
|
||||||
return () >> checkKeymap (myConfig xmproc) myAdditionalKeys
|
return () >> checkKeymap (myConfig xmproc) myAdditionalKeys
|
||||||
|
|
|
||||||
|
|
@ -39,5 +39,9 @@
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
desktopManager.xterm.enable = false;
|
desktopManager.xterm.enable = false;
|
||||||
windowManager.xmonad.enable = true;
|
windowManager.xmonad.enable = true;
|
||||||
|
displayManager.lightdm = {
|
||||||
|
enable = true;
|
||||||
|
background = "/etc/nixos/configs/files/wallpaper.png";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
options = ["caps:escape"];
|
options = ["caps:escape"];
|
||||||
};
|
};
|
||||||
|
home.file.".wallpaper.png".source = ./files/wallpaper.png;
|
||||||
home.file.".xmonad/xmobarrc".source = ./files/xmobarrc;
|
home.file.".xmonad/xmobarrc".source = ./files/xmobarrc;
|
||||||
home.file.".config/ncmpcpp" = {
|
home.file.".config/ncmpcpp" = {
|
||||||
source = ./files/ncmpcpp;
|
source = ./files/ncmpcpp;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue