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