Lots: Miscellaneous style changes

This commit is contained in:
2018-09-16 12:18:41 -05:00
parent 5e7bb87950
commit 960fb298ff
6 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
which notify-send > /dev/null 2>&1 || exit 1
notify-send -u low "Low Urgency Notification" "This is a simple test notification with low urgency. It's okay to ignore me, I guess."
notify-send -u normal "Normal Urgency Notification" "This is another simple test notification with normal urgency. My information will help you work."
notify-send -u critical "High Urgency Notification" "This notification really should grab your attention! It's important!"