원클릭으로
quickshell-popup-menu
Use when creating anchored popup menus, flyouts, tooltip-like panels, or transient menu surfaces in Quickshell.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when creating anchored popup menus, flyouts, tooltip-like panels, or transient menu surfaces in Quickshell.
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 binding a QML control to a command or process in Quickshell.
| name | quickshell-popup-menu |
| description | Use when creating anchored popup menus, flyouts, tooltip-like panels, or transient menu surfaces in Quickshell. |
| source_examples | ["examples/quickshell/standalone/popup-menu-panel.qml"] |
| source_docs | ["https://quickshell.org/docs/v0.3.0/types/Quickshell/PopupWindow/","https://doc.qt.io/qt-6/qml-qtquick-mousearea.html"] |
Use this for anchored menus, flyouts, tooltips, quick settings, inventory menus, or context panels attached to a shell widget.
PanelWindow and put PopupWindow inside that owner scope.anchor.window: <panel id>.anchor.rect.x and anchor.rect.y; avoid deprecated relativeX, relativeY, and parentWindow.visible to explicit menu state, but remember the popup is shown only when both visible and the anchor are valid.grabFocus: true if outside click should close/dismiss the popup.MouseArea with hover feedback and validator markers.~/.config/quickshell.hyprctl and FloatingWindow.PopupWindow has anchor.window and anchor.rect coordinates.