diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/dropbox-status | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/dropbox-status b/.local/bin/dropbox-status deleted file mode 100755 index 05e6fda..0000000 --- a/.local/bin/dropbox-status +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -case "$(dropbox-cli status | head -n 1)" in - "Up to date") icon="" ;; - "Syncing"*) icon=" " ;; - *) icon=" " -esac - -echo " $icon " |