hypr
This commit is contained in:
parent
aac685fe4f
commit
6a93cee251
5 changed files with 23 additions and 18 deletions
|
|
@ -1,21 +1,21 @@
|
|||
{ conf, ... }:
|
||||
{
|
||||
home.file.".config/hypr/wallpaper.png" = {
|
||||
source = ../../wallpapers/default.png;
|
||||
source = ../../wallpapers/${conf.wallpaper};
|
||||
};
|
||||
|
||||
services.hyprpaper = let
|
||||
default = "/home/lilith/.config/hypr/wallpaper.png";
|
||||
default = "/home/lilith/.config/hypr/wallpaper.png";
|
||||
in {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
splash = false;
|
||||
|
||||
preload = [ "/home/lilith/.config/hypr/wallpaper.png" ];
|
||||
preload = [ default ];
|
||||
|
||||
wallpaper = [
|
||||
",/home/lilith/.config/hypr/wallpaper.png"
|
||||
",${default}"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue