mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Turn pkg and cmd functions into bins to avoid PATH issues in subshells
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
echo "Replace volume control GUI with a TUI"
|
||||
|
||||
if cmd-missing wiremix; then
|
||||
pkg-add wiremix
|
||||
pkg-remove pavucontrol
|
||||
if omarchy-cmd-missing wiremix; then
|
||||
omarchy-pkg-add wiremix
|
||||
omarchy-pkg-drop pavucontrol
|
||||
omarchy-refresh-applications
|
||||
omarchy-refresh-waybar
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user