Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.07 KB

File metadata and controls

60 lines (40 loc) · 1.07 KB

CPU Status

Panel ID: cpu-status Category: CPU Plugin: LCDPossible Core Panels Live Data: Yes Animated: No

CPU status with usage, temperature, frequency, and core info

Screenshot

CPU Status

Details

Displays CPU status using responsive HTML widgets:

  • CPU model name
  • Usage percentage with progress bar
  • Temperature gauge (if available)
  • Frequency, power, and core info

Uses responsive web components that scale across different display resolutions.

Dependencies

  • LibreHardwareMonitorLib
  • PuppeteerSharp

Examples

Display CPU status dashboard

lcdpossible show cpu-status

Profile Usage

Add to Profile

# Add panel to default profile
lcdpossible profile append-panel cpu-status

# Add with custom duration (30 seconds)
lcdpossible profile append-panel "cpu-status|@duration=30"

Quick Show

# Display panel immediately
lcdpossible show cpu-status

Generated by LCDPossible

Back to Panels