Commit Graph
5 Commits
Author SHA1 Message Date
Alex 8dbba448ce refactor(modules): migrate state modules to ALabel tooltip helper
Migrate cpu, cpu_usage, cpu_frequency and memory to the generic
updateLabelAndTooltip/ForState helper so label and tooltip rendering go
through the dedup-aware setters and shared tooltip-format resolution.

Add store-accepting overloads of the helper to ALabel for modules that
build a dynamic fmt argument store (per-core cpu stats). cpu keeps its
tooltip-format-<state> selection via the state overload; the others keep
their existing tooltip-format-only behavior.
2026-07-04 00:05:17 +02:00
Prakhar Chhalotre 4ac539206f feat: add tooltip-format config option in cpu module 2026-02-13 02:00:17 +05:30
Mann mit Hut c45f6681b3 cpu module: Reuse getCpuFrequency of cpu_frequency module 2023-09-13 21:56:35 +02:00
Mann mit Hut 982ffde002 Use labels instead of buttons 2023-09-13 21:56:33 +02:00
Mann mit Hut c36fe3a004 Introduce cpu_frequency module 2023-09-13 21:56:31 +02:00