diff --git a/scripts/back b/scripts/back index ea9b245..097db79 100755 --- a/scripts/back +++ b/scripts/back @@ -6,4 +6,5 @@ elif [[ $what =~ ^([0-9]+) ]]; then what="at $(date -d "${BASH_REMATCH[1]} minutes" +%H:%M)" fi echo "$what" > ~/.break -exec bannerfish "back $what" +#exec bannerfish "back $what" +exec bannerlights "back $what" diff --git a/scripts/bannerlights b/scripts/bannerlights new file mode 100755 index 0000000..a425f74 --- /dev/null +++ b/scripts/bannerlights @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +what="$*" +if [ -z "${what}" ]; then + read -p "Text: " what +fi +cols=$(tput lines) +pomo stop +tmux split-window \; resize-pane -y $((cols-6)) \; send -t 1 "banner \"$what\"" Enter \; send -t 2 "pylights" Enter diff --git a/scripts/toemoji b/scripts/toemoji index a3e9969..d92cbea 100755 --- a/scripts/toemoji +++ b/scripts/toemoji @@ -16,6 +16,7 @@ emoji[tv]=📺 emoji[update]=📰 emoji[tux]=🐧 emoji[tux]=🐧 +emoji[poop]=💩 emoji[facepalm]=🤦 toemoji() {