#!/usr/bin/env bash if [ "$(dunstctl is-paused)" = "false" ]; then echo "{\"text\": \"󰂜\"}" #echo "{\"text\": \"󱏨\", \"alt\": \"\", \"tooltip\": \"\", \"class\": \"notification\", \"percentage\": 0 }" exit 0 else echo "{\"text\": \"󱏨\"}" #echo "{\"text\": \"󰂜\", \"alt\": \"\", \"tooltip\": \"\", \"class\": \"notification\", \"percentage\": 0 }" exit 0 fi