Files
omarchy/install/login/plymouth.sh
2025-11-06 10:02:51 -05:00

5 lines
190 B
Bash

if [ "$(plymouth-set-default-theme)" != "omarchy" ]; then
sudo cp -r "/usr/share/omarchy/default/plymouth" /usr/share/plymouth/themes/omarchy/
sudo plymouth-set-default-theme omarchy
fi