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
+1 -1
View File
@@ -2,7 +2,7 @@
# omarchy:summary=Set the current background image
# omarchy:args=<path-to-image>
# omarchy:examples=omarchy theme bg set ~/Pictures/wallpaper.png
# omarchy:examples=omarchy theme bg set ~/Pictures/background.png
if [[ -z $1 ]]; then
echo "Usage: omarchy-theme-bg-set <path-to-image>" >&2
+2 -2
View File
@@ -1,9 +1,9 @@
#!/bin/bash
# omarchy:summary=Open the Omarchy wallpaper switcher
# omarchy:summary=Open the Omarchy background switcher
# omarchy:group=theme
# omarchy:name=bg-switcher
# omarchy:aliases=omarchy wallpaper
# omarchy:aliases=omarchy background
OMARCHY_PATH=${OMARCHY_PATH:-$HOME/.local/share/omarchy}
theme_name=$(cat "$HOME/.config/omarchy/current/theme.name" 2>/dev/null)