Skip to content

Fast neofetch wannabe in Zig for developers

Notifications You must be signed in to change notification settings

koaledu/nitrofetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nitrofetch

Add new logos

First of, you need to add plain text ascii art to src/logos with the name of the logo.

Then you need to go to the last lines of src/Logo.zig, and add the following to the logos:

…​ .{ "distro_id", @embedFile("logos/distro_id.ascii") }, …​

distro_id being ID field from your distro’s /etc/os-release.

About

Fast neofetch wannabe in Zig for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Zig 100.0%