diff options
-rw-r--r-- | .config/shortcutrc | 1 | ||||
-rwxr-xr-x | .local/bin/dropbox-status | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.config/shortcutrc b/.config/shortcutrc index 248caf5..789c410 100644 --- a/.config/shortcutrc +++ b/.config/shortcutrc @@ -26,7 +26,6 @@ | Wallpapers | wp | $HOME/Dropbox/A/Personnal/Photos/Wallpapers | | RSS | rss | $HOME/.config/newsboat | | Scholar | sf | $HOME/Dropbox/A/Scholar/1-CEGEP/Courses/session5 | -| Workspace | ws | $HOME/Workspace | | Scripts | sc | $HOME/.local/bin | | Hotkeys | sx | $HOME/.config/sxhkd | | Images | img | $HOME/Dropbox/A/Personnal/Photos/unsorted | 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 " |