You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add configurable reset-time rendering for provider, local, and UTC modes.
Wire the setting through state.json, CODEXBAR_RESET_TIME_FORMAT, the Waybar tooltip, and the GTK settings view. Keep provider output as the default for upgrade compatibility.
Also preserve cached provider snapshots when a requested provider returns empty, invalid, or errored output, so transient refresh failures do not make providers disappear from the tooltip.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,7 @@ definition or your shell profile.
161
161
|`CODEXBAR_PROVIDERS`| from `config.json`| Space-separated provider IDs to query, bypassing `~/.codexbar/config.json`. Set per-Waybar instance if you want different sets per monitor. |
162
162
|`CODEXBAR_BAR_PROVIDER`| from `state.json`| Pin a specific provider's session/weekly to the bar regardless of state. Set to a provider ID, or unset for `Highest`. |
163
163
|`CODEXBAR_ANTIGRAVITY_CREDS`|`~/.gemini/oauth_creds.json`| Path to the Antigravity Google OAuth creds (written by `agy login`) the wrapper feeds to the CLI. |
164
+
|`CODEXBAR_RESET_TIME_FORMAT`| from `state.json`| Reset-time rendering mode: `provider` (use the provider's `resetDescription` as-is, default), `local` (reformat `resetsAt` in the system timezone with a TZ suffix), or `utc` (same tiering, in UTC). The popover's Settings view exposes the same toggle. |
164
165
|`CODEXBAR_LAYER_SHELL_LIB`| auto-detected | Override path to `libgtk4-layer-shell.so` if your distro stashes it somewhere unusual. |
165
166
|`XDG_CACHE_HOME`|`~/.cache`| Where `last.json` snapshots live. |
166
167
|`XDG_DATA_HOME`|`~/.local/share`| Where provider icons live (under `codexbar-waybar/icons/`). |
0 commit comments