X Tutup
Skip to content

feat: add projected weekly usage widget and middle-dot separator#214

Open
shp7724 wants to merge 2 commits intosirmalloc:mainfrom
shp7724:feat/projected-weekly-usage-and-separator
Open

feat: add projected weekly usage widget and middle-dot separator#214
shp7724 wants to merge 2 commits intosirmalloc:mainfrom
shp7724:feat/projected-weekly-usage-and-separator

Conversation

@shp7724
Copy link

@shp7724 shp7724 commented Mar 9, 2026

Summary

  • Add "Weekly Usage Projected" widget that projects weekly usage % to end of 7-day window
    • Formula: weeklyUsage / (elapsedPercent / 100)
    • Shows actual value even if >100% (e.g., "Projected: 142%")
  • Add middle-dot (·) separator character option with no surrounding spaces

Resolves a request in #194

shp7724 added 2 commits March 9, 2026 21:30
Projects weekly usage percentage to end of 7-day window based on
current consumption rate (weeklyUsage / elapsedPercent).
Adds · as a separator option with no surrounding spaces, useful for
compact status line layouts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup