dotfiles/.config/hypr/scripts/notifications

8 lines
121 B
Plaintext
Raw Normal View History

2025-02-13 10:25:15 -07:00
#!/usr/bin/env bash
CONFIG="$HOME/.config/hypr/mako/config"
if [[ ! $(pidof mako) ]]; then
mako --config ${CONFIG}
fi