summaryrefslogtreecommitdiff
path: root/mac/.config/sketchybar/items/dnd.sh
blob: 84eaf8ca17229aa757c48bc6df6697f295b615e3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

sketchybar \
	--add item dnd right \
	--set dnd script="$PLUGIN_DIR/dnd.sh" \
	label.drawing=off \
	--add event focus_on "_NSDoNotDisturbEnabledNotification" \
	--add event focus_off "_NSDoNotDisturbDisabledNotification" \
	--subscribe dnd focus_on focus_off mouse.clicked