zenity/scripts/notification-listen.sh
2022-03-24 16:41:21 +00:00

5 lines
90 B
Bash
Executable File

#!/bin/sh
cat <<EOH| zenity --notification --listen
message: this is the message text
EOH