Shows an indicator if there is at least one tmux session running
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. This extension is only 43 and 44 compatible: [Port Guide 45: ESM](https://gjs.guide/extensions/upgrading/gnome-shell-45.html) 2. Use async instead (line 30 `extension.js`). Sync spawn can freeze the shell process: [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 3. Also null out in disable: ```js settings = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 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