dotfiles/.config/hypr/scripts/notifications
2025-02-13 10:25:15 -07:00

8 lines
121 B
Bash
Executable File

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