summarylogtreecommitdiffstats
path: root/whispy.install
blob: a66130088b8aa95ea7e1352f21e6644db30a63a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  cat <<'EOF'
==> whispy installed. Finish setup (this is required before first use):

      whispy-daemon setup

   It builds whisper.cpp with the Vulkan backend, downloads the ggml model,
   grants ydotool uinput access, seeds ~/.config/whispy, and enables the
   systemd user service. Add `--quickshell` to also install the pill overlay.
   Then add the Hyprland keybinds it prints at the end.
EOF
}

post_upgrade() {
  :
}