dotfiles/eww/scripts/dunst.sh

8 lines
100 B
Bash
Executable file

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