omarchy/bin/omarchy-refresh-plymouth
David Heinemeier Hansson 31dbf49a1f Didn't need that here
2025-08-25 12:24:51 +02:00

7 lines
177 B
Bash
Executable File

#!/bin/bash
if [[ "$1" == "-y" ]]; then
sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/
sudo plymouth-set-default-theme -R omarchy
fi