Unity-style window controls and title in the top panel. Only shows up when a window is maximized for a seamless, space-saving experience.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please add GitHub or GitLab url to the `metadata.json`: [EGO Review Guidelines: url](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed) 2. Instead of storing signals, it's easier to use `connectObject()` and `disconnectObject()` (line 55 `extension.js`). 3. Please use aysnc for reading file content since you are in shell process (line 150 `extension.js`): [Gio.File.load_contents_async](https://gjs-docs.gnome.org/gio20~2.0/gio.file#method-load_contents_async) 4. Avoid using non-English comments since that's not easy for the other contributors to join. You can also add `donations` to the `metadata.json`, so people can donate to you if they want: [Extension Anatomy: donations](https://gjs.guide/extensions/overview/anatomy.html#donations) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions