一键导入
quickshell-layouts
Use when arranging widget rows, columns, grids, menu entries, meters, or responsive panels with Qt Quick Layouts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when arranging widget rows, columns, grids, menu entries, meters, or responsive panels with Qt Quick Layouts.
用 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 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.
Use when binding a QML control to a command or process in Quickshell.
| name | quickshell-layouts |
| description | Use when arranging widget rows, columns, grids, menu entries, meters, or responsive panels with Qt Quick Layouts. |
| source_examples | ["examples/quickshell/standalone/popup-menu-panel.qml","examples/quickshell/components/StatusMeter.qml"] |
| source_docs | ["https://doc.qt.io/qt-6/qtquicklayouts-overview.html"] |
Use this for multi-item arrangement: rows, columns, grid menus, meter rows, toolbar strips, inventory blocks, and responsive panel interiors.
QtQuick.Layouts when using RowLayout, ColumnLayout, or GridLayout.Layout.fillWidth / Layout.fillHeight for elements that should consume remaining space.Layout.preferredWidth / Layout.preferredHeight when fixed-ish sizing needs to coexist with resizable siblings.spacing, rowSpacing, and columnSpacing deliberately; avoid accidental bulky ornamentation.PanelWindow anchors/margins) separate from interior layout geometry.Repeater only when model items are simple and deterministic enough for static review.~/.config/quickshell.hyprctl and FloatingWindow.Layout.* attached properties are used.PanelWindow anchoring is not mixed up with interior item layout.