mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-10 16:26:35 +01:00
A Gnome Shell Extension for organizing your Gnome Shell top bar.
https://extensions.gnome.org/extension/4356/top-bar-organizer/
Introduce new `BoxOrderManager` to basically act as a heavy wrapper around the box orders stored in settings, so that the other extension code has easy methods to get, set and interact with box orders. Refactor most of the code initially with it in mind. Note that `#overwritePanelAddToPanelBox` needs more refactoring to properly make use of that new idea (and it also needs refactoring in general). |
||
|---|---|---|
| .vscode | ||
| data | ||
| docs | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.yml | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| git_annotated_tag_template | ||
| package-lock.json | ||
| package.json | ||
| package.sh | ||