Files
omarchycn/default/waybar/indicators/notification-silencing.sh
T

8 lines
174 B
Bash
Executable File

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