https://github.com/nitrogenez/nitrofetch
Fast neofetch wannabe in Zig for developers
https://github.com/nitrogenez/nitrofetch
Last synced: about 1 month ago
JSON representation
Fast neofetch wannabe in Zig for developers
- Host: GitHub
- URL: https://github.com/nitrogenez/nitrofetch
- Owner: nitrogenez
- Created: 2024-06-03T10:35:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T23:28:03.000Z (11 months ago)
- Last Synced: 2025-02-23T10:13:02.302Z (2 months ago)
- Language: Zig
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= nitrofetch
Andrij Glyko
v0.1, 2024-06-03:toc:
:homepage: https://github.com/nitrogenez/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`:[source][zig]
=============
...
.{ "distro_id", @embedFile("logos/distro_id.ascii") },
...
=============`distro_id` being ID field from your distro's `/etc/os-release`.