gnome-shell-extension-ddterm
gnome-shell-extension-ddterm copied to clipboard
Move panel icon freely
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.