Consistency

This commit is contained in:
David Heinemeier Hansson
2026-05-21 19:30:30 +02:00
parent 486c73e6df
commit fed2298235
14 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# Resolve a theme by name and apply its unlock.png + colors.toml as the
# Plymouth boot screen via omarchy-plymouth-set.
if [[ $# -ne 1 ]]; then
if (( $# != 1 )); then
echo "Usage: omarchy-plymouth-set-by-theme <theme-name>" >&2
exit 1
fi