#!/bin/bash # DND status indicator if makoctl mode 2>/dev/null | grep -q 'do-not-disturb'; then echo '{"text": "󰂛", "tooltip": "Notifications silenced", "class": "status-dnd"}' else echo '{"text": "", "tooltip": "", "class": "hidden"}' fi