fastfetch-cli / fastfetch

An actively maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
9.96k stars 398 forks source link

[FEAT] short models? #946

Closed amithiel closed 4 months ago

amithiel commented 4 months ago

Wanted features:

Short cpu/gpu model names

Example: NVIDIA GeForce RTX 3070 Lite Hash Rate [Discrete]

can this be turned into: GeForce RTX 3070 ?

in neofetch there was an option called gpu_brand="off" that would at least take the "nvidia" brand away. Is something like this possible with fastfetch?

cheers

CarterLi commented 4 months ago

fastfetch --gpu-format '{2}' should take the vendor name (Nvidia) away.

See fastfetch -h gpu-format for detail

amithiel commented 4 months ago

thanks a bunch!! totally missed that