From 0b7e6854f9c4de47ae35d18b0e0d5c2a6d6761b6 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 1 Aug 2024 16:03:25 -0400 Subject: [PATCH] (fastfetch): init --- .config/fastfetch/config.jsonc | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..013da64 --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,25 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "packages", + "shell", + "display", + "de", + "wm", + "wmtheme", + "cursor", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", + "break", + "colors" + ] +}