Files
dotfiles/deprecated/hypr/scripts/notifications
2023-12-04 09:44:54 +08:00

8 lines
122 B
Bash
Executable File

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