Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 703 Bytes

gentoofetch

Screenshot information tool for Gentoo GNU/Linux, written in C. gentoofetch gentoofetch is 170 lines long, 11kb in size if dynamically linked, 830kb if statically linked. It's written in ASCII characrers, so no Unicode required. To dowload gentoofetch type in your terminal:

git clone -b master --depth 1 https://github.com/DmitryHetman/gentoofetch

GPU detection still doesn't work, you can just edit executable or source code to substitute Intel HD with your GPU model:

$ sandy gentoofetch.c

To run gentoofetch you must compile and install it:

$ make

(root) # make install