From d3111c3116b0320cd2d66aad1b5290216c7b08ff Mon Sep 17 00:00:00 2001 From: Carter Li Date: Mon, 3 Jun 2024 10:00:43 +0800 Subject: [PATCH] fix: fix bad fastfetch output in kitty Fixes: https://github.com/fastfetch-cli/fastfetch/issues/987 Also partially https://github.com/ublue-os/bazzite/issues/1190 --- system_files/shared/usr/share/ublue-os/ublue-os.jsonc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 15b295e7902..4c92afae695 100644 --- a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc +++ b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc @@ -3,7 +3,7 @@ "display": { "separator": "  ", "color": { - "keys": "\u001b[38;2;87;160;198;48" + "keys": "38;2;87;160;198" } }, "modules": [ @@ -11,7 +11,7 @@ "type": "title", "key": "", "color": { - "user": "\u001b[38;2;87;160;198;48", + "user": "38;2;87;160;198", "at": "white", "host": "bright_green" } @@ -43,10 +43,8 @@ }, "break", { - "type": "command", - "key": "󰾰", - "text": "cat /sys/devices/virtual/dmi/id/product_name", - "shell": "/bin/bash" + "type": "host", + "key": "󰾰" }, { "type": "cpu",