Add a way to refresh plymouth setup

This commit is contained in:
David Heinemeier Hansson
2025-07-09 18:39:12 -07:00
parent ae57e86dac
commit b7a3b4b020

6
bin/omarchy-refresh-plymouth Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if gum confirm "Refresh Plymouth theme? This will replace your current startup screen with Omarchy defaults."; then
sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/
sudo plymouth-set-default-theme -R omarchy
fi