ワンクリックで
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.