quickshell: move concave bite to bottom-left corner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b3266306af
commit
3b8bb68647
1 changed files with 3 additions and 3 deletions
|
|
@ -1304,10 +1304,10 @@ in
|
||||||
ctx.clearRect(0, 0, 8, 8);
|
ctx.clearRect(0, 0, 8, 8);
|
||||||
ctx.fillStyle = Theme.barBg;
|
ctx.fillStyle = Theme.barBg;
|
||||||
ctx.beginPath();
|
ctx.beginPath();
|
||||||
ctx.moveTo(0, 8);
|
ctx.moveTo(0, 0);
|
||||||
ctx.lineTo(8, 8);
|
|
||||||
ctx.lineTo(8, 0);
|
ctx.lineTo(8, 0);
|
||||||
ctx.arc(0, 0, 8, 0, Math.PI / 2, false);
|
ctx.lineTo(8, 8);
|
||||||
|
ctx.arc(0, 8, 8, 0, -Math.PI / 2, true);
|
||||||
ctx.fill();
|
ctx.fill();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue