Configurable floating GNOME panel with repository-backed widgets.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-007 warning
JavaScript files should be reachable from extension.js or prefs.js
Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.
Don't include unnecessary files
plugins/ai-agent-usage/helpers/codex-usage-helper.js
plugins/ai-agent-usage/helpers/gemini-usage-helper.js
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:234
this._fmpQuickToggle.menu.connect('activate', (obj, menuItem) => {
if (this._fmpQuickToggle.subtitle !== menuItem.label.text) {
QUICKSETTINGS.menu.close();
this._autoItem.setOrnament(PopupMenu.Ornament.NONE);
this._permItem.setOrnam
extension.js:267
this._fmpQuickToggle.connect('clicked', () => {
QUICKSETTINGS.menu.close();
if (this._state !== State.OFF) {
this._hideFloatingMiniPanel();
this._preparePermanentMode(false);
this._state = State.OFF;
this