hyprpaper be gone

This commit is contained in:
cnst
2024-07-15 21:13:42 +02:00
parent d379b99880
commit 9c2d060f27
6 changed files with 361 additions and 52 deletions

View File

@@ -2,6 +2,5 @@
imports = [
./idle
./lock
./paper
];
}

View File

@@ -1,17 +0,0 @@
{
services.hyprpaper = {
enable = true;
settings = {
ipc = "off";
splash = false;
splash_offset = 2.0;
preload = ["/src/nix.png" "/src/wallpaper.png"];
wallpaper = [
"DP-3,/src/wallpaper.png"
# "DP-1,/share/wallpapers/cat_pacman.png"
];
};
};
}