plymouth-theme-changer/PLY-Themer.sh

5 lines
138 B
Bash
Executable File

#!/bin/sh
theme=$(find /usr/share/plymouth/themes -maxdepth 1 | shuf -n1);
plymouth-set-default-theme -R ${theme##*/};
echo ${theme##*/};