From 7f16fa15c2101bfeffe860bb0231edb0364f64e8 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Sat, 16 Nov 2024 11:39:26 -0500 Subject: [PATCH] aa --- private_dot_config/fastfetch/config.jsonc | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 private_dot_config/fastfetch/config.jsonc diff --git a/private_dot_config/fastfetch/config.jsonc b/private_dot_config/fastfetch/config.jsonc new file mode 100644 index 0000000..d7e6bf8 --- /dev/null +++ b/private_dot_config/fastfetch/config.jsonc @@ -0,0 +1,35 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "packages", + "shell", + "break", + "display", + "gpu", + "de", + "wm", + "wmtheme", + "break", + "cpu", + + "memory", + "disk", + "localip", + "battery", + "poweradapter", + "break", + + "media", + "locale", + "terminal", + "terminalfont", + "break", + "colors" + ] +}