From 8105849151b599d791662ae65e91e76eebe1becc Mon Sep 17 00:00:00 2001 From: Gabriel Brown Date: Tue, 25 Aug 2026 02:31:46 -0400 Subject: [PATCH] The last two stale needles the great respelling left behind Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8 --- config/local/share/vicinae/scripts/settings-connectivity | 2 +- config/local/share/vicinae/scripts/settings-control-center | 2 +- config/local/share/vicinae/scripts/settings-notifications | 2 +- config/local/share/vicinae/scripts/settings-privacy | 2 +- config/local/share/vicinae/scripts/settings-shortcuts | 2 +- tests/quickshell/accent-controls-contract | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/local/share/vicinae/scripts/settings-connectivity b/config/local/share/vicinae/scripts/settings-connectivity index 552d5df..86af8a8 100755 --- a/config/local/share/vicinae/scripts/settings-connectivity +++ b/config/local/share/vicinae/scripts/settings-connectivity @@ -5,6 +5,6 @@ # @vicinae.mode silent # @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg # @vicinae.description Open Connections in Settings. -# @vicinae.keywords ["settings", "wi-fi", "bluetooth", "vpn", "import a vpn", "hotspot", "airplane mode", "network proxy", "ip address", "forget a wi-fi network", "enterprise wi-fi"] +# @vicinae.keywords ["settings", "wi-fi", "bluetooth", "vpn", "import a vpn", "hotspot", "airplane mode", "network proxy", "ip address", "forget a wi-fi network", "enterprise wi-fi", "saved networks", "join a hidden network"] exec "$HOME/.config/quickshell/scripts/panama-action" settings-page connectivity diff --git a/config/local/share/vicinae/scripts/settings-control-center b/config/local/share/vicinae/scripts/settings-control-center index 1ca5261..48e1884 100755 --- a/config/local/share/vicinae/scripts/settings-control-center +++ b/config/local/share/vicinae/scripts/settings-control-center @@ -5,6 +5,6 @@ # @vicinae.mode silent # @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg # @vicinae.description Open Control Center in Settings. -# @vicinae.keywords ["settings", "focus in control center", "home in control center", "phone in control center", "control center sections"] +# @vicinae.keywords ["settings", "focus in control center", "home in control center", "phone in control center", "control center sections", "do not disturb tile"] exec "$HOME/.config/quickshell/scripts/panama-action" settings-page control-center diff --git a/config/local/share/vicinae/scripts/settings-notifications b/config/local/share/vicinae/scripts/settings-notifications index 236efff..e41aae8 100755 --- a/config/local/share/vicinae/scripts/settings-notifications +++ b/config/local/share/vicinae/scripts/settings-notifications @@ -5,6 +5,6 @@ # @vicinae.mode silent # @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg # @vicinae.description Open Notifications in Settings. -# @vicinae.keywords ["settings", "notification duration", "critical notification duration", "notification history", "visible banners", "critical alerts break through", "do not disturb", "quiet hours", "application notification rules", "forget an app's notifications", "per-app notification sound", "banners or history"] +# @vicinae.keywords ["settings", "notification duration", "critical notification duration", "notification history", "visible banners", "critical alerts break through", "do not disturb", "quiet hours", "application notification rules", "forget an application's notifications", "per-application notification sound", "banners or history"] exec "$HOME/.config/quickshell/scripts/panama-action" settings-page notifications diff --git a/config/local/share/vicinae/scripts/settings-privacy b/config/local/share/vicinae/scripts/settings-privacy index 7265527..a4a6387 100755 --- a/config/local/share/vicinae/scripts/settings-privacy +++ b/config/local/share/vicinae/scripts/settings-privacy @@ -5,6 +5,6 @@ # @vicinae.mode silent # @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg # @vicinae.description Open Privacy in Settings. -# @vicinae.keywords ["settings", "saved passwords", "camera and microphone", "screen sharing", "file history and trash", "device security", "background apps", "screen sharing permission", "remote desktop permission", "clear recent files", "thumbnails", "application permissions"] +# @vicinae.keywords ["settings", "saved passwords", "camera and microphone", "screen sharing", "file history and trash", "device security", "background applications", "screen sharing permission", "remote desktop permission", "clear recent files", "thumbnails", "application permissions"] exec "$HOME/.config/quickshell/scripts/panama-action" settings-page privacy diff --git a/config/local/share/vicinae/scripts/settings-shortcuts b/config/local/share/vicinae/scripts/settings-shortcuts index 2f13532..d4e0c32 100755 --- a/config/local/share/vicinae/scripts/settings-shortcuts +++ b/config/local/share/vicinae/scripts/settings-shortcuts @@ -5,6 +5,6 @@ # @vicinae.mode silent # @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg # @vicinae.description Open Keyboard in Settings. -# @vicinae.keywords ["settings", "keyboard layout", "layout variant", "keyboard options", "num lock on login", "repeat delay", "repeat rate", "keyboard shortcuts", "rebind a shortcut"] +# @vicinae.keywords ["settings", "keyboard layout", "layout variant", "keyboard options", "num lock on login", "repeat delay", "repeat rate", "keyboard shortcuts", "rebind a shortcut", "custom shortcut", "add a shortcut", "launch an application with a shortcut"] exec "$HOME/.config/quickshell/scripts/panama-action" settings-page shortcuts diff --git a/tests/quickshell/accent-controls-contract b/tests/quickshell/accent-controls-contract index c854631..761220c 100755 --- a/tests/quickshell/accent-controls-contract +++ b/tests/quickshell/accent-controls-contract @@ -84,7 +84,7 @@ rg -Fq 'onStreamFinished: root.apply(root.target, this.text)' "$settings/ThemeEd || fail 'the picked colour does not return through the shared apply path' rg -Fq 'root.apply(root.target, Qt.rgba(' "$settings/ThemeEditorWells.qml" \ || fail 'the colour wheel does not return through the shared apply path' -for target in 'Open the colour wheel for " + root.role' 'Pick " + root.role + " from the screen'; do +for target in 'Open the color wheel for " + root.role' 'Pick " + root.role + " from the screen'; do rg -Fq "$target" "$settings/ColorWell.qml" \ || fail "a glyph-only button has no spoken name: $target" done @@ -103,7 +103,7 @@ rg -Fq 'onActiveFocusChanged:' "$settings/ColorWell.qml" \ if rg -q 'onTextChanged:.*commit|onTextEdited:.*commit' "$settings/ColorWell.qml"; then fail 'the hex field commits per keystroke' fi -rg -Fq 'Accessible.name: root.role + " colour, hex"' "$settings/ColorWell.qml" \ +rg -Fq 'Accessible.name: root.role + " color, hex"' "$settings/ColorWell.qml" \ || fail 'the hex field is not programmatically labelled' rg -Fq 'activeFocusOnTab: true' "$settings/ColorWell.qml" \ || fail 'the hex field cannot receive keyboard focus' @@ -199,7 +199,7 @@ done # ── Findable by name ──────────────────────────────────────────────────────── for term in 'Themes' 'Theme editor' 'Theme profiles' 'Advanced accent' \ - 'Pick colour from screen'; do + 'Pick color from screen'; do rg -Fq "\"$term\"" "$search" || fail "Settings search is missing $term" done