From b39ef2907123d5813132c302d8d528ec0711f5bf Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Thu, 8 Feb 2024 23:29:37 +0400 Subject: [PATCH] rename minimal.jsonc to config.jsonc and change logo color --- fastfetch/{minimal.jsonc => config.jsonc} | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) rename fastfetch/{minimal.jsonc => config.jsonc} (77%) diff --git a/fastfetch/minimal.jsonc b/fastfetch/config.jsonc similarity index 77% rename from fastfetch/minimal.jsonc rename to fastfetch/config.jsonc index 6ed5395..c9d4319 100644 --- a/fastfetch/minimal.jsonc +++ b/fastfetch/config.jsonc @@ -1,7 +1,10 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { - "type": "small" + "source": "opensuse_tumbleweed_small", + "color": { + "1": "green" + } }, "display": { "separator": " ", @@ -48,6 +51,11 @@ "type": "wm", "key": "├─" }, + // { + // "type": "custom", + // "key": "╰─", + // "format": "\u001b[31m███\u001b[32m███\u001b[33m███\u001b[34m███\u001b[35m███\u001b[36m███" + // } { "type": "media", "key": "╰─"