dotfiles/eww/scripts/dunst.sh

9 lines
100 B
Bash
Raw Permalink Normal View History

#!/usr/bin/bash
if [[ "`dunstctl is-paused`" == "true" ]]; then
echo '󰂛'
else
echo '󰂞'
fi