Closed at-pyrix closed 1 year ago
Thanks for posting this - what I want to do is cycle randomly thru all the themes that I choose, I suppose I could do that w/ a script that runs at boot that runs some 'sudo plymouth-set-default-theme -R $RANDOM'... have any better idea of how to do this? Again, thanks for the above - it was helpful.
ALSO, to the creator - I was gonna post a 'issue' simply saying THANK YOU so much... yer themes don't have many 'likes' on the AUR - and they are obviously the best resource for Plymouth themes around. GREAT job!!! I love Cubes!
Perhaps it may be more useful to add the script to your shutdown/restart routines instead of at boot. As for setting a random theme, you could create a dictionary of themes by setting a numerical key and calling the key with $RANDOM % 10 | bc (10 being the total count of the themes you want the script to choose from, aka the key in the dictionary)
Don't do it, not a good idea to regenerate init on every reboot or shutdown.
NOTE: This is not an issue but a resource to install all the themes in the github repository. This is just for the people who want to install all the themes, feel free to close this "issue" if you want :)
However it would be nice to include a shell equivalent of this script or include this script in the repository :)
Requirements:
Install dependencies
Copy the script over to the base dir of the repo, (where the readme and license is) and run with