You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
neofetch: add curiOS support and reduce logo spacing
The alignment issue was caused by UTF-8 characters (• and ▒) having
different display widths compared to US-ASCII. This is usually not an
issue on systems where the setting LANG=C.UTF-8, or similar, is in the
environment. However on embedded systems, and in our case the curiOS
container that is built with uClibc, we have no fancy stuff like that.
For the container use-case we therefore opt to replace the eyes and
feet with regular US-ASCII symbols.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
0 commit comments