From a0bb023d782dd2d8703670d560b5ccd8d25d640e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 4 Nov 2021 12:25:04 +0300 Subject: bins: shfmt, weasel suite, spark --- .local/bin/done | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/done') diff --git a/.local/bin/done b/.local/bin/done index 8bb0a3d..ae76287 100755 --- a/.local/bin/done +++ b/.local/bin/done @@ -27,9 +27,9 @@ if ACTIVE_TASK=$(task active); then timew "@1" annotate "${annot:0:1}" else if maybe_delete=$(printf "no no\nyea" | rofi -dmenu -p "should we delete the tracking?" -lines 2 -no-custom); then - if [[ "${maybe_delete}" == "no no" ]]; then + if [[ ${maybe_delete} == "no no" ]]; then notify-send "tracking unannotated, not deleted" "nobody will know how that went" --app-name="done" --icon="itmages-question" - elif [[ "${maybe_delete}" == "yea" ]]; then + elif [[ ${maybe_delete} == "yea" ]]; then timew delete "@1" notify-send "tracking deleted" "like you never worked on that" --app-name="done" --icon="pack-more" fi -- cgit v1.2.3-70-g09d2