Finish transition from audio settings GUI to TUI

This commit is contained in:
David Heinemeier Hansson
2025-07-18 22:54:17 -05:00
parent ee5785855a
commit f8a7e1c7eb
4 changed files with 20 additions and 4 deletions

9
migrations/1752896442.sh Normal file
View File

@ -0,0 +1,9 @@
echo "Replace volume control GUI with a TUI"
if ! command -v wiremix &>/dev/null; then
yay -S --noconfirm --needed wiremix
yay -Rns --noconfirm pavucontrol
omarchy-refresh-applications
omarchy-refresh-waybar
fi