9 lines
318 B
Bash
Executable File
9 lines
318 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Refresh the SDDM theme from default
|
|
# omarchy:requires-sudo=true
|
|
|
|
# Reuse the fixed-file publisher so root never resolves an untrusted source or
|
|
# follows a destination symlink while restoring the packaged SDDM theme.
|
|
exec "$OMARCHY_PATH/bin/omarchy-plymouth-set" --refresh-sddm-default
|