-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Font Logos to 1.1.1 #1427
Conversation
[why] The font-logos project has been updated including 67 new icons, in which are included GNU/Linux distributions, desktop environments, window managers, desktop applications, some organizations and more. Now the used range is F300-F372, 115 available logos.
Waaah @hasecilu 💚 Thank you so much! |
Signed-off-by: Fini Jastrow <[email protected]>
What is this? 😒 WHAT? Anyhow, not my (ancient Nerd Font) font 😌 How did you update the We also need to update the Wiki. https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points |
I used: from=F330
to=F372
from=$(printf '%d' "0x$from") to=$(printf '%d' "0x$to")
while test "$from" -le "$to"; do
num=$(printf '%04x' "$from")
echo -en "i='\u$num' i_linux_=\$i\n"
from=$((from + 1))
done Then I tried to do a visual copy with the names on
Well, I don't have permissions in the wiki, so I leave that for your todo list. |
Thank you. Ah, I thought everyone can edit. And then ... when your workflows break apart for no obvious reasons... The workflow, when it runs through, takes some hours (3..4?) |
Ah, release workflow now running https://github.com/ryanoasis/nerd-fonts/actions/runs/6940642493 Hoping for a smooth ride... |
Wiki updated. |
OH NO!!!! Just noticed that I called I guess I will correct that manually afterwards. There is always something. |
Cool!, new version is out. Is the Diagram created using @SankeyMATIC automagically updated or manually? Now there are 115 logos 😎 |
There are instructions in the readme https://github.com/ryanoasis/nerd-fonts/tree/master/bin/scripts/data/sankey But with such a small change I would rather just edit the svg and sneak in the 'wrong' (=new) number :-D This is not hard in Also the Seti+Custom number of icons increased by ... 3 or so. |
Addendum: I would not recommend creating a completely new diagram, because there are several manual steps involved, change font size, put the icon visual left and right etc pp. That really takes time. Editing the svg is ... ready in 5 Minutes. |
This is the source of all images: https://github.com/ryanoasis/nerd-fonts/blob/master/bin/scripts/data/sankey/sankey-glyphs-3.0.0.svgz, change that, export as png and optimized svg, save the new version also here as full-inkspace-compressed svg with version in the filename. |
Sankey diagram updated. |
Description
font-logos.ttf
file to version 1.1.1font-patcher
scripti_logos.sh
lib fileRequirements / Checklist
What does this Pull Request (PR) do?
Update Font Logos to 1.1.1
How should this be manually tested?
Check md5sum (ecc30c6fd3d35c8e9e2789b3d01ff36a) is the same to the one on release 1.1.1 and include it to SymbolsNerdFont.
Any background context you can provide?
After a little pause the
font-logos
project has been updatedWhat are the relevant tickets (if any)?
#1424
Screenshots (if appropriate or helpful)
The new logos goes from
f330
tof372
Banner