From 08b8aa6eff9cc5ffc064cd53c3906e591f82de36 Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:15:15 -0400 Subject: [PATCH 1/2] fix: Don't show version, Use only Pretty Name Signed-off-by: m2Giles <69128853+m2Giles@users.noreply.github.com> --- system_files/shared/usr/share/ublue-os/ublue-os.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc index 4c92afae695..2656477276f 100644 --- a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc +++ b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc @@ -25,6 +25,7 @@ { "type": "os", "key": "󰣛" + "format": "{pretty-name}" }, { "type": "kernel", From 193b1f3affd44682a48f65ab5e8b834d98bd9fe8 Mon Sep 17 00:00:00 2001 From: m2 <69128853+m2Giles@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:16:19 -0400 Subject: [PATCH 2/2] fix: missing comma --- system_files/shared/usr/share/ublue-os/ublue-os.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc index 2656477276f..e5cb8372a4e 100644 --- a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc +++ b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc @@ -24,7 +24,7 @@ }, { "type": "os", - "key": "󰣛" + "key": "󰣛", "format": "{pretty-name}" }, {