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

5 lines
111 B
Bash
Executable File

#!/bin/sh
exec zenity --notification \
--window-icon="info" \
--text="There are system updates necessary!"