Wiggly is a GNOME Shell extension that magnifies the cursor when the mouse is moved rapidly.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 8 | Active |
| 7 | Rejected |
| 6 | Inactive |
| 5 | Inactive |
| 4 | Rejected |
| 3 | Inactive |
| 2 | Rejected |
| 1 | Rejected |
Better to also use this at the end of the timeout callback: ```js this._unmagnifyDelayId = null; return GLib.SOURCE_REMOVE; ``` 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)
I'll add a donation later. Updated with your suggestion for ID clearing. Please review. Thnx.