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
+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