omarchy/migrations/1752896442.sh
David Heinemeier Hansson 673cea1644 Also on removes
2025-08-24 17:36:02 +02:00

10 lines
237 B
Bash

echo "Replace volume control GUI with a TUI"
if ! command -v wiremix &>/dev/null; then
sudo pacman -S --noconfirm --needed wiremix
sudo pacman -Rns --noconfirm pavucontrol
omarchy-refresh-applications
omarchy-refresh-waybar
fi