2023-10-12 21:32:56 +09:00

8 lines
122 B
Bash
Executable File

#!/usr/bin/env bash
CONFIG="$HOME/.config/hypr/dunst/dunstrc"
if [[ ! $(pidof dunst) ]]; then
dunst -conf ${CONFIG}
fi