fix(i3): use absolute path to lockscreen image
This commit is contained in:
parent
077daf284b
commit
2b901acd4a
1 changed files with 1 additions and 1 deletions
|
@ -91,6 +91,6 @@ in
|
|||
|
||||
services.screen-locker = {
|
||||
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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue