No longer need wiremix

This commit is contained in:
David Heinemeier Hansson
2026-05-19 18:51:05 +02:00
parent 7ea4e1ab04
commit a157b98d5b
14 changed files with 23 additions and 33 deletions
+2 -3
View File
@@ -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 -2
View File
@@ -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
-6
View File
@@ -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
+3 -3
View File
@@ -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/
+12
View File
@@ -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