paper
This commit is contained in:
parent
284e3a8158
commit
aac685fe4f
1 changed files with 3 additions and 3 deletions
|
|
@ -5,17 +5,17 @@
|
|||
};
|
||||
|
||||
services.hyprpaper = let
|
||||
default = "~/.config/hypr/wallpaper.png";
|
||||
default = "/home/lilith/.config/hypr/wallpaper.png";
|
||||
in {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
splash = false;
|
||||
|
||||
preload = [ default ];
|
||||
preload = [ "/home/lilith/.config/hypr/wallpaper.png" ];
|
||||
|
||||
wallpaper = [
|
||||
",~/${default}"
|
||||
",/home/lilith/.config/hypr/wallpaper.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue