#!/usr/bin/env bash i3status | while : do read line echo "$(~/.borg/bakage.sh)d ★ ${line}" || exit 1 done