Review of "Eye on Cursor" version 2.3.1 (19)

Details Page Preview

Let your desktop "keep an eye" on your mouse! And with the included cursor indicator, keep track of your pointer's every action! Feel free to leave a comment/rating and report problems at the link below.

Extension Homepage
https://github.com/djinnalexio/eye-on-cursor/

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli did not find any issues.

All Versions

Version Status
2.4.1 (23) Active
2.4.1 (22) Rejected
2.4.1 (21) Rejected
2.4.0 (20) Rejected
2.3.1 (19) Inactive
2.3.0 (18) Rejected
2.2.1 (17) Inactive
2.2.1 (16) Rejected
2.2.0 (15) Inactive
2.1.1 (14) Inactive
2.1.0 (13) Inactive
2.0.0 (12) Inactive
2..0.0 (11) Rejected
1.4.0 (10) Inactive
1.3.2 (9) Inactive
1.3.1 (8) Inactive
1.3.0 (7) Rejected
1.2.1 (6) Inactive
1.2.0 (5) Inactive
1.1.1 (4) Inactive
1.1.0 (3) Rejected
1.0.1 (2) Inactive
1.0.0 (1) Inactive

Previous Reviews on this Version

fmuellner active
You may want to consider getting the accent color from the theme context: ``` const context = St.ThemeContext.get_for_stage(global.stage); context.connectObject('changed' => this.area.queue_repaing(), this); // then in repaint const context = St.ThemeContext.get_for_stage(global.stage); const [accentColor] = context.get_accent_color(); ``` Just a suggestion of course.
Djinn Alexio posted a review
Thank you for the suggestion. I'll see how it goes.