From 9c03a90eaa9af76d7bef68bad7bdce487ca1b5f6 Mon Sep 17 00:00:00 2001 From: NSLuke Date: Wed, 29 Apr 2026 13:45:55 -0400 Subject: [PATCH] new app: claudius Companion display for Claudius, a macOS menu bar app that monitors Claude Code and Claude.ai usage. The Mac app pushes pre-rendered frames (cost, token, session %, weekly %) to this app's installation; without it, a "Waiting for Mac app" placeholder is shown. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/claudius/claudius.star | 15 +++++++++++++++ apps/claudius/claudius.webp | Bin 0 -> 174 bytes apps/claudius/manifest.yaml | 15 +++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 apps/claudius/claudius.star create mode 100644 apps/claudius/claudius.webp create mode 100644 apps/claudius/manifest.yaml diff --git a/apps/claudius/claudius.star b/apps/claudius/claudius.star new file mode 100644 index 000000000..858e10941 --- /dev/null +++ b/apps/claudius/claudius.star @@ -0,0 +1,15 @@ +load("render.star", "render") + +def main(): + return render.Root( + child = render.Column( + main_align = "space_evenly", + cross_align = "center", + expanded = True, + children = [ + render.Text("Claudius", font = "tb-8", color = "#d97757"), + render.Text("Waiting for", font = "CG-pixel-3x5-mono", color = "#fff"), + render.Text("Mac app", font = "CG-pixel-3x5-mono", color = "#888"), + ], + ), + ) diff --git a/apps/claudius/claudius.webp b/apps/claudius/claudius.webp new file mode 100644 index 0000000000000000000000000000000000000000..78b6ac9a70c78d7e22f6414dd691fbcf5a9d80a7 GIT binary patch literal 174 zcmV;f08#%^Nk&Gd00012MM6+kP&iDP0000lKfnh7A0QAQEVy-VLm)u-pYdacK!C91 z#{Y=<58$t&GPsQ-$!!i=Yry}a#e$0fJ~h^xh=L~ad_ft&ZbbhlK>lwH0m|6-P^EDpY|lsUG^qC}*Fj#Z-6 c^@~SKa6o`QC?o@@6VU@gNHAeg`@**a0D+HA`v3p{ literal 0 HcmV?d00001 diff --git a/apps/claudius/manifest.yaml b/apps/claudius/manifest.yaml new file mode 100644 index 000000000..347f39dff --- /dev/null +++ b/apps/claudius/manifest.yaml @@ -0,0 +1,15 @@ +id: claudius +name: Claudius +summary: Live Claude usage stats +desc: Companion display for Claudius, the macOS menu bar app that monitors Claude Code and Claude.ai usage. Install Claudius from github.com/NSLuke/Claudius and point it at your Tronbyt — it pushes live cost, token, session, and weekly usage frames to this app's installation. Without the Mac companion installed, this app shows a placeholder. +author: NSLuke +fileName: claudius.star +packageName: claudius +recommendedInterval: 300 +category: utilities +tags: + - claude + - ai + - usage + - developer + - mac