Per https://forum.obsidian.md/t/replace-plugins-with-pinned-notes-with-custom-icons/50367 and https://help.obsidian.md/Extending+Obsidian/CSS+snippets we can use https://lucide.dev/icons/ with https://yoksel.github.io/url-encoder/ to modify Obsidian's behavior.
For something like the Notification Center, dynamically switching between https://lucide.dev/icons/bell and https://lucide.dev/icons/bell-dot would allow the pane to exist in the background, rather than needing to be visible. It would just need config for the CSS path, and to switch the icons based on whether the notification center is empty or not.
Per https://forum.obsidian.md/t/replace-plugins-with-pinned-notes-with-custom-icons/50367 and https://help.obsidian.md/Extending+Obsidian/CSS+snippets we can use https://lucide.dev/icons/ with https://yoksel.github.io/url-encoder/ to modify Obsidian's behavior.
For something like the Notification Center, dynamically switching between https://lucide.dev/icons/bell and https://lucide.dev/icons/bell-dot would allow the pane to exist in the background, rather than needing to be visible. It would just need config for the CSS path, and to switch the icons based on whether the notification center is empty or not.