Jean-Tinland / simple-bar

A yabai status bar widget for Übersicht
https://www.jeantinland.com/toolbox/simple-bar
MIT License
1.19k stars 130 forks source link

The Arc icon has malformed SVG #374

Closed HeySora closed 10 months ago

HeySora commented 10 months ago

The Übersicht console shows this error:

image

Which is precisely coming from this path in Arc's icon, introduced in 39f0ea8 https://github.com/Jean-Tinland/simple-bar/blob/1e2651346e2d52bc5e904fcf54df4cd2fa54be85/lib/components/icons.jsx#L1422-L1426

Looking at it, some parts of it indeed look "too" minified, such as 2.04s.026.053.101.16c.083.118.202.268.362.444a9.28 for example, and the sequences of 6-7 whitespaces in a row a bit later in the line further indicate that something went wrong while adding that icon.

Here is how Arc's icon looks like, for reference:

image

Jean-Tinland commented 10 months ago

Indeed, I added a new version of the icon that seems to work fine. Let me know if the design is ok!

Thanks :)

HeySora commented 10 months ago

Looks perfect, and there's no more errors! Thank you so much ❤️