Help with scipt to change wallpaper just before shutdown ? Yesterday at 14:15:57 Hi there!I am not sure if this is the right place to post this question, but this was the only sub-forum I found with a reference to scripts.I am running open-rc and would like to change my wallpaper (automatically) before shutdown, but my searches result in almost exclusively systemd cases.I will appreciate any tips, maybe links ? Thanks in advance!
Re: Help with scipt to change wallpaper just before shutdown ? Reply #1 – Yesterday at 15:23:56 I guess you have to write openrc wallpaper_change script, put it in /etc/init.d and add it to shutdown runlevel:Code: [Select]sudo rc-update add wallpaper_change shutdown 1 Likes
Re: Help with scipt to change wallpaper just before shutdown ? Reply #2 – Yesterday at 19:41:38 @Ambie : Thanks for prompt answer! This was exactly the info I was looking for. I will now start looking into how to write the script.
Re: Help with scipt to change wallpaper just before shutdown ? Reply #3 – Yesterday at 21:10:20 This may be of help:http://openrc.run/