anshah
anshah

Reputation: 117

RHEL 8.3: Toggle Top Icons Plus Gnome extension in Tweak Tool with script

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.

Upvotes: 0

Views: 239

Answers (1)

mkrajnak
mkrajnak

Reputation: 11

you can enable the extension via:

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

so in your case:

gnome-shell-extension-tool -e [email protected]

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/

Upvotes: 1

Related Questions