Display GPU and GPU Driver all on one line in Fastfetch #1605
Replies: 1 comment
-
Nevermind. I figured it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All.
I've been trying to figure out how to get my GPU and GPU Driver to both show in fastfetch and all on one line. So far I've figured out that this code shows the info but on two separate lines:
{ "type": "gpu", "key": "├", "keyColor": "green" }, { "type": "gpu", "key": "├ GPU Driver", "format": "{driver}" }
But as I said I would prefer it all display on one line
Beta Was this translation helpful? Give feedback.
All reactions