diff options
author | Bob Funk <bobfunk11@gmail.com> | 2022-08-12 09:53:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 10:40:37 +0700 |
commit | 1b1da00abba51cbbedb9559ca6d094cef724ab69 (patch) | |
tree | 90a322f8b2d6d53160e3f46b06d19b3e407c8904 /desktop/gnome-shell-extension-appindicator/README | |
parent | 06d363d9eb630e95a333e01f687dc04eba720173 (diff) |
desktop/gnome-shell-extension-appindicator: Added (GNOME Tray Ext.)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gnome-shell-extension-appindicator/README')
-rw-r--r-- | desktop/gnome-shell-extension-appindicator/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/gnome-shell-extension-appindicator/README b/desktop/gnome-shell-extension-appindicator/README new file mode 100644 index 0000000000000..abc8281f7f3c6 --- /dev/null +++ b/desktop/gnome-shell-extension-appindicator/README @@ -0,0 +1,13 @@ +This extension integrates Ubuntu AppIndicators and KStatusNotifierItems +(KDE's blessed successor of the systray) into GNOME Shell. Including +support for legacy tray icons. + +Features: + - Show indicator icons in the panel. + - Reveal indicator menus upon click. + - Double clicking an icon will activate the application window (if + implemented by the indicator). + - Legacy tray icons + - Middle mouse click an icon to send a 'SecondaryActivate' event to + the application. Support needs to be implemented in the application + |