diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-26 18:14:28 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-26 18:14:28 -0400 |
commit | 98d4758b6bcc469679378de888456bb8c71c01f1 (patch) | |
tree | 0d7ea6654b8d8f7c215d85545b3a2c127116a099 /bin | |
parent | 942711e9da7ae177169222b891c8c2841fee4db1 (diff) |
bad idea
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mailsync | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mailsync b/bin/mailsync index beb64af..854a4ba 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -3,7 +3,6 @@ # Checks for internet connection and set notification script. ping -q -c 1 1.1.1.1 > /dev/null || exit -pgrep -x mbsync >/dev/null && echo "mbsync already running." && exit command -v notify-send >/dev/null || echo "Note that \`libnotify\` or \`libnotify-send\` should be installed for pop-up mail notifications with this script." export DISPLAY=:0.0 |