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.
- Host: GitHub
- URL: https://github.com/jacksaur/grub-background-cycler
- Owner: Jacksaur
- Created: 2022-12-04T12:01:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T20:08:53.000Z (over 1 year ago)
- Last Synced: 2025-04-28T11:15:24.673Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.