一键导入
quickshell-status-meter
Use when creating status bars, volume OSDs, health/resource meters, progress bars, or temporary overlay indicators.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating status bars, volume OSDs, health/resource meters, progress bars, or temporary overlay indicators.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when creating live time/date labels, clocks, timers, or date display widgets in Quickshell.
Use when creating clickable QML buttons with explicit default, hover, pressed, active, and disabled states.
Use when arranging widget rows, columns, grids, menu entries, meters, or responsive panels with Qt Quick Layouts.
Use when creating scalable ornate frames, thorn borders, parchment panels, worn-metal borders, or image-backed UI frames.
Use when creating or modifying Quickshell shell surfaces such as corner cards, bars, HUD panels, or anchored desktop widgets.
Use when creating anchored popup menus, flyouts, tooltip-like panels, or transient menu surfaces in Quickshell.
| name | quickshell-status-meter |
| description | Use when creating status bars, volume OSDs, health/resource meters, progress bars, or temporary overlay indicators. |
| source_examples | ["examples/quickshell/components/StatusMeter.qml","examples/quickshell/standalone/status-osd.qml"] |
| source_docs | ["https://git.outfoxxed.me/quickshell/quickshell-examples.git","https://doc.qt.io/qt-6/qml-qtqml-timer.html","https://doc.qt.io/qt-6/qtquicklayouts-overview.html"] |
Use this for value displays such as volume, health, mana, battery, CPU, RAM, progress, loading, or transient OSD feedback.
0..1 so bad data cannot overflow the track.Layout.fillWidth when the meter lives in a row or column.LazyLoader so the window exists only while visible.exclusiveZone: 0 and mask: Region {} so the overlay does not reserve space or steal clicks.Timer for auto-hide behavior; keep it local and deterministic.~/.config/quickshell.hyprctl and FloatingWindow.