#!/bin/sh escape() { printf "%s" "$1" | sed 's#\\#\\\\#g' } # FOCUS=$(swaymsg -t get_tree | jq '..|objects|select(.focused==true)|.app_id' | grep -c senpai) # if [ "$HERE" -eq 0 ] || [ "$FOCUS" -eq 0 ]; then # notify-send "[$BUFFER] $SENDER" "$(escape "$MESSAGE")" # fi notify-send \ -a senpai \ -i "$(iconez -n message-reply-text-outline)" \ -c audible \ "[$BUFFER] $SENDER" \ "$(escape "$MESSAGE")"