Files
Nomarchy/config/nomarchy/default/waybar/indicators/notification-silencing.sh
2026-04-08 20:03:15 +01:00

8 lines
182 B
Bash
Executable File

#!/usr/bin/env bash
if makoctl mode | grep -q 'do-not-disturb'; then
echo '{"text": "󰂛", "tooltip": "Notifications silenced", "class": "active"}'
else
echo '{"text": ""}'
fi