0

Is there a way to toggle the Gnome Extension Top Icons Plus in Tweak Tool in a script?

Currently I am unable to find any APIs provided by Tweak Tool or Top Icons Plus.

anshah
  • 105
  • 9

1 Answers1

0

you can enable the extension via:

gnome-shell-extension-tool -e <UUID>

so in your case:

gnome-shell-extension-tool -e TopIcons@phocean.net

extension must be located either in

~/.local/share/gnome-shell/extensions/

or extensions shipped with RHEL installed via rpm are usually located:

/usr/share/gnome-shell/extensions/

mkrajnak
  • 1
  • 2