insanity, trying hyprpaper again
This commit is contained in:
17
home/core/services/hypr/paper/default.nix
Normal file
17
home/core/services/hypr/paper/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
splash_offset = 2.0;
|
||||
|
||||
preload = ["~/media/images/nix.png" "~/media/images/wallpaper.png"];
|
||||
|
||||
wallpaper = [
|
||||
"DP-3,~/media/images/wallpaper.png"
|
||||
# "DP-1,/share/wallpapers/cat_pacman.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user