ddterm / gnome-shell-extension-ddterm

Another drop down terminal extension for GNOME Shell. With tabs. Works on Wayland natively
https://extensions.gnome.org/extension/3780/ddterm/
GNU General Public License v3.0
304 stars 26 forks source link

Move panel icon freely #944

Open uosyph opened 4 months ago

uosyph commented 4 months ago

It would be awesome if we could change the position of the icon in the panel (left, right, and center) and its order.

As a temporary solution, I updated the line Main.panel.addToStatusArea('ddterm', this.icon); in panelicon.js to Main.panel.addToStatusArea('ddterm', this.icon, 1, 'left');.

However, it would be great if there were an option for this in the settings.