Distributed Notification Names #151
Replies: 13 comments 7 replies
-
I found this handy link that lists a lot of NSNotificationNames that may or may not work with the eventing system. NSCalendarDayChangedNotification looks useful for simple calendar scripting. Will do some testing! |
Beta Was this translation helpful? Give feedback.
-
Bluetooth:
Example:
Noticed a small delay when disconnecting a headset, but it does work in few seconds. Edit: for some reason, it stopped working |
Beta Was this translation helpful? Give feedback.
-
These don't seem to work anymore in Sonoma. |
Beta Was this translation helpful? Give feedback.
-
Got one issue that when I connect my airpods, these several items not triggered anymore. it was normal if I totally restart the sketchybar. |
Beta Was this translation helpful? Give feedback.
-
Will I be able to get the battery percent of the connected headset? My headset is not from apple. It's anker soundcore q45. I want to know if we can show the battery percent or not? |
Beta Was this translation helpful? Give feedback.
-
You can get many names just by checking the logs.
log format is:
|
Beta Was this translation helpful? Give feedback.
-
Is there a Distributed Notification about changes in output devices? I would like to change my volume icon to |
Beta Was this translation helpful? Give feedback.
-
if anyone knows if there is an event that fires on volume/mute change, please let me know! |
Beta Was this translation helpful? Give feedback.
-
These bluettoth events are not work anymore (Sonoma 14.2): |
Beta Was this translation helpful? Give feedback.
-
I've noticed that the |
Beta Was this translation helpful? Give feedback.
-
Has anyone found a notification that detects changes between different Focus modes? While |
Beta Was this translation helpful? Give feedback.
-
Has someone found a notification for input mute or not? Trying to have the mic_status plugin in SbarLua. |
Beta Was this translation helpful? Give feedback.
-
Has anyone found a notification for when a diplay/monitor is connected or disconnected? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Lets collectively create a list of NSDistributedNotificationCenter
notifications we can hook onto via the event system. Please comment any you
come across and I will update the list in this post:
Beta Was this translation helpful? Give feedback.
All reactions