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