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

2
res/README.md Normal file
View file

@ -0,0 +1,2 @@
### Wallpaper
Edited from https://www.deviantart.com/mrezamulia/art/Hifumi-wallpaper-731342039

BIN
res/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 KiB

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;
}