mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
7 lines
155 B
Bash
7 lines
155 B
Bash
echo "Remove old PulseAudio volume control GUI"
|
|
|
|
if omarchy-pkg-present pavucontrol; then
|
|
omarchy-pkg-drop pavucontrol
|
|
omarchy-refresh-applications
|
|
fi
|