Use proper notification icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user