Use proper notification icons

This commit is contained in:
David Heinemeier Hansson
2026-02-20 16:54:08 +01:00
parent fcf883e827
commit 5788da54af
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
makoctl mode -t do-not-disturb
if makoctl mode | grep -q 'do-not-disturb'; then
notify-send "Silenced notifications"
notify-send "󰂛 Silenced notifications"
else
notify-send "Enabled notifications"
notify-send "󰂚 Enabled notifications"
fi
pkill -RTMIN+10 waybar