一键导入
quickshell-panel-window
Use when creating or modifying Quickshell shell surfaces such as corner cards, bars, HUD panels, or anchored desktop widgets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating or modifying Quickshell shell surfaces such as corner cards, bars, HUD panels, or anchored desktop widgets.
用 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 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-panel-window |
| description | Use when creating or modifying Quickshell shell surfaces such as corner cards, bars, HUD panels, or anchored desktop widgets. |
| source_examples | ["examples/quickshell/standalone/panel-corner-card.qml"] |
| source_docs | ["https://quickshell.org/docs/v0.3.0/types/Quickshell/PanelWindow/","https://git.outfoxxed.me/quickshell/quickshell-examples.git"] |
Use this before building any standalone Quickshell widget surface: corner cards, bars, passive overlays, HUD panels, and shell-contained menus.
ShellRoot { PanelWindow { ... } } for a standalone artifact.anchors.top: true and anchors.right: true.margins for those anchored edges only.color: "transparent" on PanelWindow and draw visible background/border in child Rectangle or frame components.implicitWidth / implicitHeight for content-sized widgets.exclusionMode: ExclusionMode.Ignore or exclusiveZone: 0.mask: Region {} only for passive click-through OSDs. Never use it on an interactive widget.PanelWindow in Variants { model: Quickshell.screens }, but keep the first sandbox single-surface unless the task asks for monitors.~/.config/quickshell.hyprctl and FloatingWindow.PanelWindow.FloatingWindow.hyprctl.Region {} mask.