Skip to content

nabertrand/TopIcons-plus

 
 

Repository files navigation

TopIcons Plus

Introduction

Topicons Plus is an alternative to the Gnome Shell Legacy Tray, which is hidden most of the time and generally considered inconvenient.

It brings all icons to back to the top panel, as with most desktop environments.

With colors:

Tray

Grayscale alternative (desaturation setting):

Tray

There were an original TopIcons extension for that, but it stopped being maintained and it had a few issues and little configuration options. Thus, this fork.

Before (standard Gnome legacy tray, bottom left):

Before

After:

After

Enjoy it!

Installation

Pre-Requisite: You need the make utility :

# Debian, Ubuntu
apt-get install make
# RedHad, Fedora
dnf install make

Download the code to any folder, e.g. /home/$USER/Downloads, using this command :

cd /home/$USER/Downloads
git clone https://github.com/phocean/TopIcons.git

Move to the downloaded folder and execute the installation script:

cd TopIcons
make

The whole process should look similar to this:

Install

This moved the extension to ~/.local/share/gnome-shell/extensions with the proper naming convention.

Now, reload GNOME Shell with Alt+F2 r Enter:

Reload Gnome

Finally, launch the gnome-tweak-tool utility to manage extensions:

Enable TopIcons

Enable it:

Enable TopIcons

You can configure appearance settings (opacity, saturation and icon size):

Reload Gnome

Compatibility

GNOME Shell 3.16 and up.

Changelog

v16:

  • Updated Gnome version support
  • Documentation updates
  • Minor changes to the icon box layout (margin)

Known issues

Dropbox

The Dropbox notification icon sometimes trashes the tray (also buggy with the Gnome legacy tray).

You can restore the tray by reloading Gnome-shell (ALT-F2, r).

On a longer term, you can solve this problem using:

  • systemd to launch Dropbox (instead of as a Gnome startup application),
  • rely on the Dropbox nautilus extension to get a visual feedback on the synchronization status.

Here is the systemd script to run it in the user context (thanks @robolange for the tip):

$ cat ~/.config/systemd/user/dropbox.service
[Unit]
Description=Dropbox Service

[Service]
Type=forking
ExecStart=/usr/bin/dropbox start
ExecStop=/usr/bin/dropbox stop
PIDFile=${HOME}/.dropbox/dropbox.pid
Restart=on-failure
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3

[Install]
WantedBy=default.target

Which you can enable with these commands:

$ systemctl --user enable dropbox
$ systemctl --user start dropbox

Credits

Many thanks go to Adel Gadllah for making the original extension and also to Mjnaderi for the Toptray fork.

Also, thanks to all contributors (code and issues), and especially to nevesnunes for the very nice code improvements he brought up!

Notes

The extension is pending review on https://extensions.gnome.org, so hopefully it will be validated so that it is easier to install soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Makefile 2.7%