<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=1024"> <title>AIDA64 Sensor Panel — 1024×600</title> <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"> <style> :root --bg: #0a0c10; --panel: #0e1018; --card: #12151f; --card-hover: #181c2a; --border: #1e2235; --border-accent: #2a3050; --fg: #c8cdd8; --fg-dim: #6a7090; --fg-bright: #e8ecf4; --accent: #00e5ff; --accent-dim: rgba(0,229,255,0.15); --green: #00e676; --green-dim: rgba(0,230,118,0.15); --yellow: #ffab00; --yellow-dim: rgba(255,171,0,0.15); --orange: #ff6d00; --orange-dim: rgba(255,109,0,0.15); --red: #ff1744; --red-dim: rgba(255,23,68,0.15); --purple: #b388ff; --purple-dim: rgba(179,136,255,0.15);
The Artisans of Etsy
: Creators on Etsy have turned sensor panels into a form of digital art. You can find everything from "Cyber Green HUDs" for a sci-fi look to "80s Neon Synthwave" designs that pulse with retro energy.
/* Header bar */ .header grid-column: 1 / -1; background: linear-gradient(90deg, var(--card) 0%, #141828 50%, var(--card) 100%); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 14px; z-index: 2;
- Graphs: width 380–400px, height 60px (small) or 100px (large).
- Circular gauges: max diameter 140px (fits 2 across in right panel).
- Text labels: 10–12px padding between items.
- Fonts: Use
Tahoma 9ptfor compact data,Segoe UI 12ptfor headings.
Your PC’s vitals are just a glance away.
Minimalist & Modern:
Clean layouts with thin lines and grayscale gradients, often used in professional or "sleeper" builds.
- Resize/move items – Drag any gauge, graph, or text block.
- Add new items – Right-click panel → Add new item → choose type (temperature, usage, voltage, etc.).
- Change colors/fonts – Right-click an item → Properties.
- Set min/max values – For bar graphs or analog gauges, define ranges (e.g., 0–100°C).
- Background image – Use a PNG/JPG (1024×600) as backdrop. Place it in
\SensorPanel\Backgrounds\.
Important Note on Resolution:
If you download a template that is 1280x800 (common) or 1920x1080 , you can resize it, but the text and graphs might look blurry. Try to find native 1024x600 templates if possible.
