Quote:
Originally Posted by 1ily
Hello! I'm not sure if this has been asked yet, but I was able to customize Nickelmenu's icon and label. Is there any way to change the label and icon depending on the date? On Christmas, it'll change update the config file to use a christmas tree icon with the message "Merry XMas!", or a cake with a "Happy BDay" mesage on the user's birthday, etc.?
|
Interesting idea. I may steal that from you.
It gets technical and I'm not going to be able to help directly but I first thought of "cron jobs". That's a scheduled job you can run a script to move in the wallpaper you want.
It won't do much though because the device is sleeping most of the time so the job won't run. A quick google suggests that a "rtc alarm" may do the trick instead.
https://www.mobileread.com/forums/sh...d.php?t=230489
That's the depth of what I was willing to research today. I think doing this will drain your battery but I could be wrong.
The other possibility is a script that runs when you wake the device, but I didn't find an answer for that with 30 seconds of googling.
Good luck and I'll watch this topic with interest.