mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Finish transition from audio settings GUI to TUI
This commit is contained in:
9
migrations/1752896442.sh
Normal file
9
migrations/1752896442.sh
Normal 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
|
Reference in New Issue
Block a user