fix(i3): use absolute path to lockscreen image

main
mandlm 2022-07-12 15:56:20 +02:00
parent 077daf284b
commit 2b901acd4a
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

@ -91,6 +91,6 @@ in
services.screen-locker = { services.screen-locker = {
enable = true; enable = true;
lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image ~/.config/i3/wallpapers/nix-wallpaper-dracula.png"; lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png";
}; };
} }