Adds a binary clock to the gnome top bar
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Selective disable is not allowed (line 154 `extension.js`). 2. Also null out in disable: ```js this.binaryCalc = null; this.button = null; this.boxlayout = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects)