feat(gnome): GNOME Shell extension for shared /menubar tray panel#98
Merged
Merged
Conversation
yesme
force-pushed
the
feat/gnome-menubar-extension
branch
2 times, most recently
from
July 15, 2026 15:12
1f638ae to
460fce2
Compare
Add a GNOME Shell extension that reuses the macOS /menubar Web UI for Linux: top-bar multi-provider % with monochrome icons, hover/click WebKitGTK panel host, panel-aware icon tinting, system dark passthrough for WebView, and a native close bridge so X no longer navigates to dashboard/login. Co-authored-by: Grok 4.5 (high effort) <302482056+a-grok-build-bot[bot]@users.noreply.github.com>
yesme
force-pushed
the
feat/gnome-menubar-extension
branch
3 times, most recently
from
July 15, 2026 15:44
65db890 to
5d1003c
Compare
Merged
prakersh
added a commit
that referenced
this pull request
Jul 23, 2026
- bump VERSION and README badge to 2.13.0 - README: add Moonshot + DeepSeek provider entries and env-var rows - add docs/MOONSHOT_SETUP.md and docs/DEEPSEEK_SETUP.md - .env.example: MOONSHOT_API_KEY / DEEPSEEK_API_KEY (opt-in) Release bundles: Anthropic usage decode fix (#82/#90), Nix flake (#85), menubar/dashboard fixes (#91-#98), auto_refresh_tokens toggle (#99), Kimi Code (#88), Moonshot/DeepSeek (#68).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a GNOME Shell extension that reuses the existing shared
/menubarWeb UI (same surface as macOS) instead of building a separate Linux tray.%with monochrome provider iconspanel_host.py)ColorizeEffecttinted from panel foreground so icons follow light/dark panel colors?system_prefers_dark=1|0from panel appearance (WebKitGTK often reports light incorrectly under GNOME)onwatchActionbridge hides the popover; no longer falls back to navigating to/(which loaded dashboard/login inside the tray)indicator.jschanges apply via disable/enable without logout (afterextension.jsis loaded once)Install (local)
./gnome-extension/install.sh # Wayland: log out once if extension.js itself changed; then disable/enable is enough for indicator-only updatesRequires the onwatch daemon on
http://127.0.0.1:9211.Test plan
%matching tray-title API/menubarpopover/loginor replace content with dashboard)./app.sh --testor at least menubar page/bootstrap tests underinternal/web