diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-16 00:02:56 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-16 00:02:56 -0400 |
commit | c1bd7c1f8b62fc23fb79d100883d7c9265f48043 (patch) | |
tree | 8a1823de96d6e0982d27c889429444490823bc0c /.local/bin/dropbox-status | |
parent | 61ab04fa464ed771405bb305313dc1ddec86921f (diff) |
Dont need the Workspace folder shortcut
Diffstat (limited to '.local/bin/dropbox-status')
-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 " |