5 lines
106 B
Bash
5 lines
106 B
Bash
#!/usr/bin/env bash
|
|
killall dunst
|
|
dunst -conf "$HOME/.config/dunstrc-light" &
|
|
notify-send "FLASHBANG OUT"
|