feat(wallpaper): 'background' -> 'wallpaper' and add one on ahrc-pc
This commit is contained in:
parent
f035aa1fe3
commit
1d301d8f9f
5 changed files with 15 additions and 1 deletions
|
@ -53,6 +53,6 @@
|
|||
|
||||
home.file.".local/share/backgrounds/default.png" = {
|
||||
enable = true;
|
||||
source = ./background.png;
|
||||
source = ./wallpaper.png;
|
||||
};
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
|
@ -31,4 +31,9 @@
|
|||
};
|
||||
spawn-at-startup = [{ command = [ "eww" "open" "dock_ahrc-pc" ]; }];
|
||||
};
|
||||
|
||||
home.file.".local/share/backgrounds/default.png" = {
|
||||
enable = true;
|
||||
source = ./wallpaper.png;
|
||||
};
|
||||
}
|
||||
|
|
BIN
ahrc-pc/wallpaper.png
Normal file
BIN
ahrc-pc/wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 169 KiB |
|
@ -428,6 +428,15 @@
|
|||
};
|
||||
spawn-at-startup = [
|
||||
{ command = [ "eww" "daemon" ]; }
|
||||
{
|
||||
command = [
|
||||
"swaybg"
|
||||
"-i"
|
||||
"/home/ahurac/.local/share/backgrounds/default.png"
|
||||
"-m"
|
||||
"fill"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue