Hides the top bar, except in overview. However, there is an option to show the panel whenever the mouse pointer approaches the edge of the screen. And if "intellihide" is enabled, the panel only hides when a window takes the space. - Press backspace to remove keyboard shortcut. - Log off and on again when there is an error after upgrading.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Recommendation: Don't use `var`. Use `let` and `const` instead. Use `export class` when you want to export class. 2. Recommendation: Use `console.log()` instead of `global.log()` (line 24 `convenience.js`): [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 3. Extensions cannot use `run_dispose()` (line 48 `extension.js`): > This function should only be called from object system implementations. [gjs-docs: run_dispose](https://gjs-docs.gnome.org/gobject20~2.0/gobject.object#method-run_dispose)