-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension Questions #1
Comments
Hello, yes that's the idea. Should work with 3.34 My keyfile looks like that: a11y=1 activities=1 but you will have to play with that because you need the correct name of the icons (in your picture I only see aggregateMenu and keyboard)... You can find that out in lookingGlass (Alt+F2 "lg") in the evaluator with Main.panel.statusArea which gives you the items, and then you need to find the _indicator.id for each icon I will try to make that a bit more user friendly if possible! |
Thank you for the quick and detailed answer. |
How exactly do I find the icon names for icons that are statusbar icons rather than icons from a gnome extension? Like I've got steam and nextcloud icons, and those aren't produced by an extension, but rather are appindicator icons created by the program itself. There isn't an 'extension.js' I can look in to get the icon name for those. |
I do not know. But for tray icons, I use TopIcons Plus and Minimize to Tray extensions. |
I made a workaround to figure out how to figure out the proper names (last commit) activate the extension open a terminal, and type
which are exactly the names you have to put in the file If you don't specify the names in the file, they will be ordered alphabetically with the first ones to the left |
see the updated readme for insctructions. It should be much easier now! |
@andia89 Do I explicitly have to record every icon from the journalctl command in the keyfile? Let's say, from your example, I only care that aggregateMenu is right-most then, moving left, I want Caffeine followed by ownCloud. I do not care about the order of any of the other icons. |
@frost19k |
I correctly understood that you can change the order of these icons?
Tell me your extension will work with a gnome shell 3.34?
You can show an example of what the ordering-override.keyfile file should be.
The text was updated successfully, but these errors were encountered: