mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
10 lines
221 B
Bash
10 lines
221 B
Bash
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
|