plymouth-theme-changer/PLY-Themer.sh
array-in-a-matrix bd5578ef21 systemd unit
2022-08-27 11:57:48 -04:00

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##*/};