Files
nix-config/home/linux/desktop/hyprland/conf/scripts/notifications
2023-12-24 22:39:27 +08:00

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