Skip to content

cankurttekin/PinIt-Gnome-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pin It GNOME Extension

License: GPL v3

PinIt!

GNOME Shell Extension to add your simple notes to the notification area.

Get it on GNOME Extensions

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; 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 for every 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
For older GNOME Versions; you can add as many pins as you like.

Version

This extension supports GNOME Shell 3.4? to 46

Branch Version Compatible GNOME version
main 12 GNOME 45 & 46
gnome-shell-before-45 4.2 GNOME 3.4 -> 44

Tested on GNOME 42 & 46.

Installing

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.

Screenshots & Features

Screenshot_2 Screenshot_5

GNOME Shell Version 46

Screenshot_3

GNOME Shell Version 42

Screenshot_4

Contribute

You can help with development by contributing code, testing on other GNOME versions and reporting issues.