FollieHiyuki-dotfiles/home/.local/bin/Wayland/start_notify

9 lines
98 B
Bash
Executable File

#!/bin/sh
if command -v mako >/dev/null
then
mako -c ~/.config/mako/config &
else
dunst &
fi