rctlmk

Results 4 comments of rctlmk

@jayvdb, fixed the conflicts, I hope didn't break anything else in the process.

It should be noted that this solution doesn't scale well, and with many bars (more than 10000) it becomes really noticeable.

I was playing around with Tauri's [winrt-notification](https://github.com/tauri-apps/winrt-notification) and I was able to set a custom name and icon for the notification. All you need to do is create a new...

On Windows, you need to set an AUMID for a custom icon. Take a look at https://github.com/hoodie/notify-rust/issues/219#issuecomment-2323375004 and [this MSDN article](https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/send-local-toast-other-apps).