From 8d7349edf4298825ef7ef9958937d928eb1e29a7 Mon Sep 17 00:00:00 2001 From: JaimeGH Date: Wed, 20 May 2026 14:55:30 +0200 Subject: [PATCH 1/2] Add GNOME Shell integration section to README Added information for GNOME Shell users regarding Codexbar integration. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d4d69875b8..d891d23e11 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,9 @@ CLI install: ## Linux desktop integration? - [codexbar-waybar](https://github.com/Marouan-chak/codexbar-waybar) — Waybar custom module + GTK4 popover for Hyprland / Sway / other Wayland compositors, built on top of the bundled Linux CLI. +## For GNOME Shell users (Linux DE): +- [Codexbar-gnome](https://extensions.gnome.org/extension/9841/codexbar/)- Same as the MacOS version, but integrated into the GNOME environment + ## Credits Inspired by [ccusage](https://github.com/ryoppippi/ccusage) (MIT), specifically the cost usage tracking. From ba4961cfa85f48c0e73b4887009bf149cd141e85 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 20 May 2026 16:54:48 +0100 Subject: [PATCH 2/2] docs: polish GNOME integration link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d891d23e11..a625b1b1f9 100644 --- a/README.md +++ b/README.md @@ -212,8 +212,7 @@ CLI install: ## Linux desktop integration? - [codexbar-waybar](https://github.com/Marouan-chak/codexbar-waybar) — Waybar custom module + GTK4 popover for Hyprland / Sway / other Wayland compositors, built on top of the bundled Linux CLI. -## For GNOME Shell users (Linux DE): -- [Codexbar-gnome](https://extensions.gnome.org/extension/9841/codexbar/)- Same as the MacOS version, but integrated into the GNOME environment +- [Codexbar GNOME](https://extensions.gnome.org/extension/9841/codexbar/) — GNOME Shell extension that brings CodexBar usage into the desktop panel. ## Credits