mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
12 lines
309 B
Bash
12 lines
309 B
Bash
#!/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."
|