insanity, trying hyprpaper again

This commit is contained in:
cnst
2024-07-16 11:23:13 +02:00
parent 0751537bcb
commit 9a54eef7e0
5 changed files with 49 additions and 343 deletions

View 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"
];
};
};
}