No longer need wiremix
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
echo "Replace volume control GUI with a TUI"
|
||||
echo "Remove old PulseAudio volume control GUI"
|
||||
|
||||
if omarchy-cmd-missing wiremix; then
|
||||
omarchy-pkg-add wiremix
|
||||
if omarchy-pkg-present pavucontrol; then
|
||||
omarchy-pkg-drop pavucontrol
|
||||
omarchy-refresh-applications
|
||||
fi
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
echo "Remove old About, Activity, Audio Settings apps that are in Omarchy Menu or hotkey"
|
||||
echo "Remove old About and Activity apps that are in Omarchy Menu or hotkey"
|
||||
|
||||
rm -f ~/.local/share/applications/About.desktop
|
||||
rm -f ~/.local/share/applications/Activity.desktop
|
||||
rm -f ~/.local/share/applications/wiremix.desktop
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
echo "Improve audio controls icon for default selection"
|
||||
|
||||
if [[ ! -f ~/.config/wiremix/wiremix.toml ]]; then
|
||||
mkdir -p ~/.config/wiremix
|
||||
cp -f $OMARCHY_PATH/config/wiremix/wiremix.toml ~/.config/wiremix/
|
||||
fi
|
||||
@@ -1,4 +1,4 @@
|
||||
echo "Hide wiremix and limine-snapper-restore from app launcher"
|
||||
echo "Hide limine-snapper-restore from app launcher"
|
||||
|
||||
cp $OMARCHY_PATH/applications/hidden/wiremix.desktop ~/.local/share/applications/
|
||||
cp $OMARCHY_PATH/applications/hidden/limine-snapper-restore.desktop ~/.local/share/applications/
|
||||
mkdir -p ~/.local/share/applications
|
||||
cp "$OMARCHY_PATH/applications/hidden/limine-snapper-restore.desktop" ~/.local/share/applications/
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
echo "Remove Wiremix audio mixer"
|
||||
|
||||
if omarchy-pkg-present wiremix; then
|
||||
omarchy-pkg-drop wiremix
|
||||
fi
|
||||
|
||||
rm -rf "$HOME/.config/wiremix"
|
||||
rm -f "$HOME/.local/share/applications/wiremix.desktop"
|
||||
|
||||
if omarchy-cmd-present update-desktop-database; then
|
||||
update-desktop-database "$HOME/.local/share/applications" >/dev/null 2>&1 || true
|
||||
fi
|
||||
Reference in New Issue
Block a user