diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..15f932a --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,24 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "packages", + "shell", + "wm", + "wmtheme", + "theme", + "font", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", + "disk", + "break", + ] +}