dotfiles/.config/eww/scripts/toggle-nf-state.sh

8 lines
113 B
Bash
Raw Normal View History

#!/bin/sh
makoctl mode -t dnd
if ! makoctl mode | grep -q dnd; then
notify-send "Notifications enabled"
fi