dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing function's 'subtitle' output

7oracle opened this issue · comments

Description

I read that you can edit the functon to change the output of the subtitle.

for example:
distro="Debian"
or
gpu="NVIDIA"
which would output
OS: Debian
or
GPU: NVIDIA

Is this feature broken/deprecated? It worked, but I could only change the gpu output on the macOS release. On Windows and Linux I'm only able to change the distro. Of course I could manually change the info with 'prin,' but if this worked it would be a much faster alternative.