From d242473fc53c6cb8703b414c367623050b199cdf Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 8 Oct 2025 00:55:46 +0200 Subject: [PATCH] Add ./.config/fastfetch/config.jsonc --- .config/fastfetch/config.jsonc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/fastfetch/config.jsonc diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..ae965d9 --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,16 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": null, + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "cpu", + "gpu", + "memory", + "disk", + ] +} \ No newline at end of file