An open API service indexing awesome lists of open source software.

https://github.com/jacksaur/grub-background-cycler

Script to automatically rotate through a set of backgrounds for a GRUB theme when triggered.
https://github.com/jacksaur/grub-background-cycler

Last synced: about 1 year ago
JSON representation

Script to automatically rotate through a set of backgrounds for a GRUB theme when triggered.

Awesome Lists containing this project

README

          

Feel free to use and include in your own published GRUB Themes, but please give credit if you do!

# Usage:

Create a folder inside your GRUB theme's directory, can be named anything.

Place in folder alongside numbered images in .png format. Images must be zero padded (01, 02, 03, 04...). Up to 99 images are supported.

Ensure the script is executable with `chmod +x ./Cycler.sh`

Ensure you have full permissions over your theme folder, use `chown` to set yourself as owner if not.

Set the script to always run on startup with `crontab -e` and add `@reboot **PATH TO Cycler.sh SCRIPT**` to the bottom of the list. This can be changed to any length of time that you desire.