aboutsummaryrefslogtreecommitdiffstats
path: root/config/dunst/reload
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-10-22 15:55:57 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-10-22 15:55:57 +0900
commitc222e1bad2ba5e779c3af5b956906c82ead43271 (patch)
treea5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/dunst/reload
parentbb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff)
Initial upload
Diffstat (limited to 'config/dunst/reload')
-rwxr-xr-xconfig/dunst/reload13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/dunst/reload b/config/dunst/reload
new file mode 100755
index 00000000..9e8ee076
--- /dev/null
+++ b/config/dunst/reload
@@ -0,0 +1,13 @@
+#!/bin/bash
+pkill dunst
+dunst -config ~/.config/dunst/dunstrc &
+
+notify-send -u critical "Test message: critical test 1"
+notify-send -u normal "Test message: normal test 2"
+notify-send -u low "Test message: low test 3"
+notify-send -u critical "Test message: critical test 4"
+notify-send -u normal "Test message: normal test 5"
+notify-send -u low "Test message: low test 6"
+notify-send -u critical "Test message: critical test 7"
+notify-send -u normal "Test message: normal test 8"
+notify-send -u low "Test message: low test 9"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage