mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
9 lines
199 B
Bash
9 lines
199 B
Bash
echo "Replace volume control GUI with a TUI"
|
|
|
|
if omarchy-cmd-missing wiremix; then
|
|
omarchy-pkg-add wiremix
|
|
omarchy-pkg-drop pavucontrol
|
|
omarchy-refresh-applications
|
|
omarchy-refresh-waybar
|
|
fi
|