managed wallpaper
This commit is contained in:
parent
c4e14e9729
commit
97b5f44872
3 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue