Is it possible to receive notifications in folders on the touch bar?

I use Presets are well. But I felt that I was not able to use space efficiently when I was notified by several apps while using it.

Is it possible to receive notifications in folders on the touch bar?

For example, i wonder if i can put several notification scripts in one folder, such as iMessage, e-mail, etc., and implement notification so that the color of the folder icon changes or the number of reminders appears.

I thought about doing something like this. Yes it's VERY possible with the right coding.

Your folder button would be an applescript widget thatā€™s set to open a seperate group thatā€™s hidden.
e.g;
[AppleScript: Notifications] Opens group ā€œNotifications Groupā€
[Group: Notifications Group] (hidden)

The script for it would pull every notification badge and add them up.

Sounds like a CPU and battery devourer though...

If he uses the new dock badge script to get the notifications, it shouldn't hit the CPU that hard.

([Implemented in 2.814] Improving dock badge energy efficiency )

2 Likes