diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 2e83ba6..0942859 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -1305,7 +1305,7 @@ in ctx.fillStyle = Theme.barBg; ctx.beginPath(); ctx.moveTo(8, 0); ctx.lineTo(8, 8); ctx.lineTo(0, 8); - ctx.arc(8, 8, 8, Math.PI, -Math.PI / 2, false); + ctx.arc(0, 0, 8, Math.PI / 2, 0, true); ctx.closePath(); ctx.fill(); } }