Review of "NexNotch — Dynamic Island for GNOME" version 1.0.0 (1)

Details Page Preview

NexNotch brings the iPhone Dynamic Island vibe to your GNOME desktop. A MacBook-notch-shaped pill replaces the top-bar clock and expands on hover into a tabbed productivity hub — built by NexVar. Tabs: System (live CPU/RAM/temp/network/battery), Calendar & Tasks (via GOA, no extra login), Weather (dual-city wttr.in), Pomodoro (presets + JSONL log), Stats (today/week chart/streak), Notes (sticky textarea), Shelf (file picker + optional Drive upload), Quick (privacy pills, BT batteries, kbd layout, DND, two-tap armed Log out/Reboot/Shutdown). Notification peek shows new notifications inside the pill — click to activate, optional banner suppression. Idle CPU < 0.1%, idle RAM < 15MB. Native GNOME Shell, pure JavaScript, no Electron. Wayland & X11 supported. 9-page Adw preferences window. GPL-3.0+.

Extension Homepage
https://github.com/NexVar/NexNotch

No comments.

FAQ

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • modules/pomodoro.js:26
    GLib.file_get_contents(LOG_FILE)
  • modules/system.js:94
    GLib.file_get_contents(path)

All Versions

Version Status
1.0.0 (1) Unreviewed

Previous Reviews on this Version

mertdlkr posted a review