No longer need wiremix
This commit is contained in:
@@ -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