Revert "Swap Spotify GUI to TUI"

This reverts commit b09d2d68cd.
This commit is contained in:
David Heinemeier Hansson
2025-07-29 19:17:41 +02:00
parent 8c2f51c08c
commit d4f6859022
4 changed files with 5 additions and 17 deletions

View File

@ -1,12 +0,0 @@
if [[ ! -f ~/.local/state/omarchy/bare.mode ]]; then
echo "Offer to swap Spotify GUI to TUI"
if command -v spotify >/dev/null && ! command -v spotify_player >/dev/null; then
if gum confirm "Replace Spotify GUI with TUI?"; then
yay -Sy --noconfirm spotify_player
yay -Rns --noconfirm spotify
sed -i -E 's|bind = (.+), exec, .*spotify|bind = \1, exec, $terminal -e spotify_player|' ~/.config/hypr/hyprland.conf
fi
fi
fi