Files
nix-config/home/linux/gui/hyprland/conf/scripts/notifications

10 lines
153 B
Bash
Executable File

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