plymouth-theme-changer/PLY-Themer.sh

5 lines
138 B
Bash
Raw Permalink Normal View History

2022-08-27 11:57:48 -04:00
#!/bin/sh
theme=$(find /usr/share/plymouth/themes -maxdepth 1 | shuf -n1);
plymouth-set-default-theme -R ${theme##*/};
echo ${theme##*/};