Added hamr with custom sticker picker plugin
This commit is contained in:
16
install.sh
16
install.sh
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user