@ -0,0 +1,3 @@
#!/bin/bash
notify-send "Human Call Stack" $(tpeek)
notify-send "Human Call Stack" "$(tpop)"
@ -0,0 +1,8 @@
CHOICE=$(echo -e "Push\nPop\nPeek" | dmenu -i -p "Option >")
case $CHOICE in
"Pop") dpop;;
"Peek") dpeek;;
esac
The note is not visible to the blocked user.