summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-16 00:02:56 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-16 00:02:56 -0400
commitc1bd7c1f8b62fc23fb79d100883d7c9265f48043 (patch)
tree8a1823de96d6e0982d27c889429444490823bc0c /.local
parent61ab04fa464ed771405bb305313dc1ddec86921f (diff)
Dont need the Workspace folder shortcut
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/dropbox-status9
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 "