From 1da225ed1aa2dcaeba5c50cc15835a831d48ddc5 Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 1 Mar 2026 07:38:58 +0100 Subject: Create config.jsonc --- .config/fastfetch/config.jsonc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/fastfetch/config.jsonc (limited to '.config/fastfetch/config.jsonc') diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..a61665b --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,14 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "none", + "type": "builtin", + }, + "display": { + "separator": ": ", + "key": { + "width": 11, + }, + }, + "modules": ["os", "kernel", "uptime", "shell", "terminal", "cpu", "memory"], +} -- cgit v1.3.1