Skip to content

a script that picks a random theme from the /boot/grub/themes folder for Grub to use on boot

License

reintse/Grub-theme-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grub Theme Changer

A simple script that picks a random theme from the /boot/grub/themes directory for GRUB to use at boot.


Credits

All credit goes to elbachir-one for creating the original script and teaching me how to use and apply it! Also, thanks to everyone in the Arch Community Discord for helping me learn and fix issues with Arch Linux.


Installation

  1. Clone the repository and copy the script:
sudo cp grub_theme_changer.sh /usr/local/bin/random-grub-theme
  1. Make the script executable:
sudo chmod +x /usr/local/bin/random-grub-theme
  1. Copy the systemd service file:
sudo cp random-grub-theme.service /etc/systemd/system/random-grub-theme.service
  1. Enable the service:
sudo systemctl enable random-grub-theme.service
  1. Reboot your system.

Verification

After reboot, check the service status with:

systemctl status random-grub-theme.service

You should see that a random theme has been selected from the /boot/grub/themes folder. You can add as many themes as you like — no need to reinstall or modify the script.


About

a script that picks a random theme from the /boot/grub/themes folder for Grub to use on boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages