Files
dotfiles/.config/waybar/indicators/notification-silencing.sh
2026-03-08 17:17:22 +00:00

8 lines
178 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