Whenever there is an unread notification (e.g. chat messages), blinks the message in the user's menu with a color chosen by the user. Now configurable (3.4+ only)!! Alert color and blink rate can be changed on settings ;) If you have any question, be sure to take a look at the FAQ: http://goo.gl/lmwtW Credits: The idea of painting the message on user's menu was borrowed from 'Pidgin Persistent Notification' extension by nemo. The code itself has some parts forked from 'Message Notifier' extension by barisione, 'Media player indicator' extension by eon and convenience.js from git.gnome.org/gnome-shell-extensions. The blink idea and it's initial code was written by hossman. The initial gnome 3.10 support was done by Anthony25. The filtering support was done by ilgarmehmetali
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
41 | Active |
40 | Active |
39 | Rejected |
38 | Active |
37 | Active |
36 | Rejected |
35 | Active |
34 | Active |
33 | Active |
32 | Active |
31 | Active |
30 | Active |
29 | Active |
28 | Active |
27 | Inactive |
26 | Inactive |
25 | Active |
24 | Inactive |
23 | Inactive |
22 | Rejected |
21 | Inactive |
20 | Active |
19 | Inactive |
18 | Inactive |
17 | Active |
16 | Inactive |
15 | Active |
14 | Rejected |
13 | Rejected |
12 | Rejected |
11 | Rejected |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Active |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Rejected |
Are you aware that instead of connecting to "'changed::' + key" for every key in the schema, you could just connect once to "changed"? Anyway, looks good.
Cool, nice to know! I'll surely improve this on next version. Thanks for the hint!