From 2470329f873fe88c8c2ea1a1d7610091d6f0815c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 23 Jul 2024 00:53:15 -0700 Subject: [PATCH] chore: Use format to handle pretty name in fastfetch --- .../desktop/shared/usr/share/ublue-os/bazzite/fastfetch.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system_files/desktop/shared/usr/share/ublue-os/bazzite/fastfetch.jsonc b/system_files/desktop/shared/usr/share/ublue-os/bazzite/fastfetch.jsonc index e8a69b5d..4511a078 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/bazzite/fastfetch.jsonc +++ b/system_files/desktop/shared/usr/share/ublue-os/bazzite/fastfetch.jsonc @@ -35,9 +35,9 @@ "text": "/usr/libexec/bazzite-fetch-image" }, { - "type": "command", + "type": "os", "key": " 󰣛", - "text": "awk -F= '/PRETTY_NAME/ {gsub(/\"/, \"\", $2); print $2}' /etc/os-release" + "format": "{pretty-name}" }, { "type": "kernel",