5 lines
108 B
Bash
5 lines
108 B
Bash
#!/usr/bin/env bash
|
|
killall dunst
|
|
dunst -conf "$HOME/.config/dunstrc-dark" &
|
|
notify-send "Its dark outside"
|