Add Quickshell bar

This commit is contained in:
Ryan Hughes
2026-05-14 02:21:47 -04:00
parent 6b074c7a17
commit 30dc9fddde
21 changed files with 1812 additions and 24 deletions
+4
View File
@@ -21,5 +21,9 @@ if gum confirm "Install Voxtype + AI model (~150MB) to enable dictation?"; then
voxtype setup systemd
omarchy-restart-waybar
OMARCHY_PATH=${OMARCHY_PATH:-$HOME/.local/share/omarchy}
if quickshell list -p "$OMARCHY_PATH/default/quickshell/bar" 2>/dev/null | grep -q '^Instance '; then
omarchy-restart-bar
fi
notify-send " Voxtype Dictation Ready" "Hold F9 to dictate (or toggle with Super + Ctrl + X)." -t 10000
fi