Fix lockscreen update script
This commit is contained in:
parent
883cc17050
commit
5fc359128c
|
@ -7,11 +7,13 @@
|
|||
};
|
||||
|
||||
# Update lockscreen wallpaper after locking
|
||||
xdg.configFile."betterlockscreen/custom-post.sh".text =
|
||||
home.file.".config/betterlockscreen/custom-post.sh".text =
|
||||
"betterlockscreen -u ${
|
||||
config.environment.graphical.colorschemes."${config.environment.graphical.theme.name}".image
|
||||
}";
|
||||
|
||||
home.file.".config/betterlockscreen/custom-post.sh".executable = true;
|
||||
|
||||
# Send a notification 10 seconds before locking
|
||||
services.screen-locker.xautolock.extraOptions = [
|
||||
"-notify 10"
|
||||
|
|
Loading…
Reference in New Issue