Star-shaped app window¶
Time: 20 minutes. Difficulty: Beginner.
Three ways to author non-rectangular window shapes in the Designer. Skin produces just the outline; you can wire content later or ship it as an empty showcase.
1. Polygon tool (geometric star)¶
File > New Skin, 320 x 320.- Toolbox > Shapes > Polygon (
Shift+M). - Click each star point in turn (10 clicks for a 5-point star), then press Enter to close the path.
Window > Set Shape From Selection.
This produces a perfectly regular star.
2. Pen tool (hand-drawn)¶
For an irregular hand-drawn star:
- Toolbox > Shapes > Pen (
P). - Drag a path, lift to break, drag again: the smoothing in the Tool Properties dock controls jitter.
- Close the path with Enter or click your starting anchor.
Window > Set Shape From Selection.
Looser, more organic look.
3. Path boolean (composed)¶
For a stylized star built from primitives:
- Drop two rectangles (
M) overlapping at 45 degrees offset. - Drop a circle (
F) at their center. - Lasso all three;
Path > Combine > Union. Window > Set Shape From Selection.
Easier to tweak per-corner radii later by editing the input shapes.
Test the shape¶
Run > Preview Skin opens a separate window with the shape
applied. Drag it around your desktop; click corners (outside the
star) to confirm clicks pass through.
A note on the SVG path¶
Whichever method you use, the result is stored as an SVG path in
the bundle's manifest.json:
Hand-edit if you need pixel-perfect coordinates.
What you exercised¶
- Polygon tool.
- Pen tool.
- Path boolean Union.
Window > Set Shape From Selection.- Preview Skin for verification.
See also¶
- Borderless music widget
apply this shape to a music skin. - Borderless windows: full guide.