Advertisement
Red-ex

reload_dunst

May 25th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. #!/bin/bash
  2. pkill dunst
  3. dunst -config ~/.config/dunst/dunstrc &
  4.  
  5. notify-send -u critical "Test message: critical test 1"
  6. notify-send -u normal "Test message: normal test 2"
  7. notify-send -u low "Test message: low test 3"
  8. notify-send -u critical "Test message: critical test 4"
  9. notify-send -u normal "Test message: normal test 5"
  10. notify-send -u low "Test message: low test 6"
  11. notify-send -u critical "Test message: critical test 7"
  12. notify-send -u normal "Test message: normal test 8"
  13. notify-send -u low "Test message: low test 9"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement