From 6530546f735e1007e1ed87d81d0b8f36db6c6e6f Mon Sep 17 00:00:00 2001 From: AgentSeal Date: Mon, 3 Aug 2026 22:52:22 +0200 Subject: [PATCH] fix(mac): use regular weight for the menubar title text Render the macOS menu-bar title with `.regular` instead of `.medium`, matching the visual weight of SwiftBar / MeetingBar. The flame symbol keeps its `.medium` config. Applies the one-line change from #851. Co-authored-by: Tim De Pauw --- mac/Sources/CodeBurnMenubar/CodeBurnApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/Sources/CodeBurnMenubar/CodeBurnApp.swift b/mac/Sources/CodeBurnMenubar/CodeBurnApp.swift index 758dca1..befaf02 100644 --- a/mac/Sources/CodeBurnMenubar/CodeBurnApp.swift +++ b/mac/Sources/CodeBurnMenubar/CodeBurnApp.swift @@ -989,7 +989,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSPopoverDelegate, NSM button.image = nil button.imagePosition = .noImage - let font = NSFont.monospacedDigitSystemFont(ofSize: menubarTitleFontSize, weight: .medium) + let font = NSFont.monospacedDigitSystemFont(ofSize: menubarTitleFontSize, weight: .regular) let baseConfig = NSImage.SymbolConfiguration(pointSize: menubarTitleFontSize, weight: .medium) // Tint the flame based on the worst-affected connected provider's quota. // Normal (<70%) keeps the template (auto white-on-dark / black-on-light);