managed wallpaper
This commit is contained in:
parent
c4e14e9729
commit
97b5f44872
3 changed files with 4 additions and 1 deletions
2
res/README.md
Normal file
2
res/README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
### Wallpaper
|
||||||
|
Edited from https://www.deviantart.com/mrezamulia/art/Hifumi-wallpaper-731342039
|
||||||
BIN
res/wallpaper.png
Normal file
BIN
res/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 997 KiB |
|
|
@ -30,6 +30,7 @@ let
|
||||||
|
|
||||||
in rec {
|
in rec {
|
||||||
home.file.".xinitrc".source = ./scripts/xinitrc;
|
home.file.".xinitrc".source = ./scripts/xinitrc;
|
||||||
|
xdg.configFile."i3/wallpaper.png".source = ../../res/wallpaper.png;
|
||||||
xsession.enable = true;
|
xsession.enable = true;
|
||||||
xsession.windowManager.i3 = {
|
xsession.windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -44,7 +45,7 @@ in rec {
|
||||||
notification = false;
|
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;
|
always = true;
|
||||||
notification = false;
|
notification = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue