View Single Post
Old 06-14-2024, 05:03 AM   #5
snoman
Member
snoman began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jun 2020
Device: Kobo Aura One
Quote:
Originally Posted by Cootey View Post
It’s possible to screenshot the last page, then run a Nickelmenu command that moves that screenshot to the /.kobo/screensaver directory.

I don’t know if you have nickel menu installed, but I just loved the challenge and had some time to kill tonight. This is what it came up with:

Call the script this way in NM:
Code:
menu_item:main:Update Screensaver:cmd_spawn:/mnt/onboard/.adds/scripts/ssupdate.sh
chain_always:nickel_misc:rescan_books_full
chain_always:power:sleep
It will run the script below, then put your Kobo to sleep.

I called the script “ssupdate.sh”. You can call it anything you’d like, but I’d recommend tucking the script away in the .adds folder. I created a folder called “scripts”.
Code:
rm /mnt/onboard/.kobo/screensaver/screen_*.png
mv /mnt/onboard/screen_*.png /mnt/onboard/.kobo/screensaver/
It empties the screensaver folder before moving other screenshots there.

Every time you put your Kobo to sleep, it’ll display your last page read, but if you take other screenshots, they’ll also end up in the screensaver folder. I don’t know how to grab only the most recent screenshot yet.
Cool!
snoman is offline   Reply With Quote