From ad5fbc8ace96ea7486a67426b705e5d18362dcce Mon Sep 17 00:00:00 2001 From: Logan G Date: Sat, 8 Jun 2024 21:44:47 -0600 Subject: [PATCH] Added very important GPU driver to fastfetch --- .config/fastfetch/config.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index e5f1d4d..d3685ba 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -20,7 +20,10 @@ "editor", "terminal", "cpu", - "gpu", + { + "type": "gpu", + "format": "{1} {2} [{3}]" + }, "memory", "swap", "disk",