From 298742233f59e8177ed40610b9613649b5013625 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 5 Jul 2024 01:02:59 -0300 Subject: [PATCH] Add fastfetch config --- dot_config/fastfetch/config.jsonc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dot_config/fastfetch/config.jsonc diff --git a/dot_config/fastfetch/config.jsonc b/dot_config/fastfetch/config.jsonc new file mode 100644 index 0000000..294b27a --- /dev/null +++ b/dot_config/fastfetch/config.jsonc @@ -0,0 +1,28 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "packages", + "shell", + "de", + "wm", + "wmtheme", + "theme", + "font", + "cursor", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", + "swap", + "localip", + "battery", + "poweradapter", + ] +}