Add service removal commands

This commit is contained in:
David Heinemeier Hansson
2026-05-27 10:48:08 +02:00
parent e91aa9647b
commit ee97329aee
4 changed files with 30 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
# omarchy:summary=Remove Dropbox and its bar plugin.
# omarchy:requires-sudo=true
dropbox-cli stop 2>/dev/null || true
omarchy-config-shell-bar drop omarchy.dropbox
omarchy-pkg-drop dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
echo ""
echo "Dropbox has been removed."