diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 13:27:28 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 13:27:28 +0900 |
| commit | da34f03bab6b200c699be2a9b3aaf727d1c87a2a (patch) | |
| tree | cb29346e728c6ddaf3ccbf9089e5ffc8c256b7bc /config/dunst/reload | |
| parent | 816475928f186a6ff4486a3d1138a78ffcffd898 (diff) | |
updated dunts and Dark Light script
Diffstat (limited to 'config/dunst/reload')
| -rwxr-xr-x | config/dunst/reload | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/dunst/reload b/config/dunst/reload deleted file mode 100755 index 9e8ee076..00000000 --- a/config/dunst/reload +++ /dev/null @@ -1,13 +0,0 @@ -#!/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" |
