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" + ] +}