원클릭으로
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.