This commit is contained in:
David Heinemeier Hansson
2026-05-20 14:34:15 +02:00
parent ce9afec2a8
commit f6c6a6d323
2 changed files with 8 additions and 45 deletions
@@ -1,8 +0,0 @@
#!/bin/bash
state=$(omarchy-shell notifications isDnd 2>/dev/null || echo off)
if [[ $state == "on" ]]; then
echo '{"text": "󰂛", "tooltip": "Notifications silenced", "class": "active"}'
else
echo '{"text": ""}'
fi