Added hamr with custom sticker picker plugin

This commit is contained in:
2026-01-07 21:27:52 +01:00
parent 0aa665e836
commit 1db24c39a3
4 changed files with 338 additions and 4 deletions

View File

@@ -55,7 +55,8 @@ mapfile -t tools < <(
"Terminal" \
"Terminal Emulator" \
"Gaming" \
"VR Gaming"
"VR Gaming" \
"Hamr Sticker Picker"
)
mapfile -t extratools < <(
@@ -166,6 +167,19 @@ for choice in "${tools[@]}"; do
alvr-launcher-bin \
wlx-overlay-s-bin
;;
"Hamr Sticker Picker")
sudo -v
gum spin --title "Installing hamr..." -- \
paru -S --needed --noconfirm \
hamr
stow hamr-sticker-picker
systemctl --user enable hamr.service
systemctl --user add-wants niri.service hamr.service
systemctl --user start hamr.service
;;
esac
done