GNOME Shell Extension to add your simple notes to the notification area.
Click on tray icon, it will show up a dialog where you can input your notification title, message and optionally icon(default will be same as the extension icon).
Important: This extension does not log your notifications to a file or system; do not put information that you would care if it's lost.
Due to the limit on the GNOME Shell Version 45 & 46, only the 3 most recent notifications are shown per app, "so notifications can disappear before you have a chance to act on them"(blogs.gnome.org).
https://gitlab.gnome.org/GNOME/gnome-shell/blob/main/js/ui/messageTray.js#L563
With this commit extension creates custom source so you can send unlimited notifications on GNOME Shell 45 & 46 just like PinIt for older GNOME versions
Branch | Version | Compatible GNOME version |
---|---|---|
main | 15 | GNOME 45 & 46 |
gnome-shell-before-45 | 4.2 | GNOME 3.4 -> 44 |
This extension supports GNOME Shell `3.4?` to `46`
Tested on GNOME 42 & 46.
You can get this extension from extensions.gnome.org or you can download the source from releases and copy pinit@cankurttekin to your /.local/share/gnome-shell/extensions/
directory.
You can help with development by contributing code, testing on other GNOME versions and reporting issues.