Set full path to wallpaper to fix it.

This commit is contained in:
jay
2025-06-30 20:37:11 -04:00
parent 19bd63f086
commit e4f3ce464d

View File

@@ -25,7 +25,7 @@
settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
exec-once = [
"mpvpaper -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 $HOME/nixverse/node/hosts/common/wallpapers/wipeout.mkv"
"mpvpaper -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 /home/jay/nixverse/nodes/hosts/common/wallpapers/wipeout.mkv"
];
};
};