LGiki / gnome-shell-extension-simple-system-monitor

🖥️ Show current CPU usage, memory usage and net speed on panel
https://extensions.gnome.org/extension/4506/simple-system-monitor/
GNU General Public License v2.0
48 stars 14 forks source link

how to always align to left #5

Closed sudowanderer closed 2 years ago

sudowanderer commented 2 years ago

It is a very nice small tool for gnome. But after reboot, it will align to the right of the bar, if It can be set to left that will be wonderful !

image

LGiki commented 2 years ago

Thanks for the suggestion, the display position seems to be determined by GNOME, I'll check the documentation later.

LGiki commented 2 years ago

The order of elements in the status bar is controlled by GNOME and cannot be controlled by the extension.

One way to adjust the order of extensions is to modify the extension.js file of all installed extensions: https://askubuntu.com/questions/453969/how-can-i-order-gnome3-shell-extensions-at-the-top/661015#661015.

You can check more details here: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/402.