1#!/bin/sh2set -e34outfp="${INSOMNIA_DIR}/out"5[ -e "${outfp}" ] || touch "${outfp}"67# Set tmux pane-title to topic8printf '\033]2;%s\033\\' "$(insomnia-topic)"910# Only highlight mentions in channels11[ -S "${INSOMNIA_DIR}/usr" ] && ischan=11213tail -n 128 -f "${outfp}" | \14 insomnia-track-topic | \15 insomnia-color -e ${ischan:+-m} | \16 insomnia-strip-bell | \17 insomnia-strftime