Use consistent terms

This commit is contained in:
David Heinemeier Hansson
2026-05-11 15:29:31 -04:00
committed by Ryan Hughes
parent 000b7c79af
commit b48f67058b
8 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ done_file=$(mktemp)
rm -f "$done_file"
trap 'rm -f "$selection_file" "$done_file"' EXIT
socket_path="${XDG_RUNTIME_DIR:-/run/user/$UID}/omarchy-image-selector.sock"
selector_qml="$OMARCHY_PATH/default/quickshell/wallpaper-switcher.qml"
selector_qml="$OMARCHY_PATH/default/quickshell/background-switcher.qml"
image_dirs_env=""
for dir in "${image_dirs[@]}"; do