agsdotfilesdotshyprlandhyprland-configricerofirofi-configshell-scriptsswwwwallustwaybarwaybar-modulewaybar-themes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
527 B
13 lines
527 B
#!/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"
|
|
|