10 lines
236 B
Bash
Executable File
10 lines
236 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Restore the default Omarchy Plymouth boot theme and SDDM login screen
|
|
# omarchy:requires-sudo=true
|
|
|
|
set -euo pipefail
|
|
|
|
"$OMARCHY_PATH/bin/omarchy-refresh-plymouth"
|
|
"$OMARCHY_PATH/bin/omarchy-refresh-sddm"
|