From 4c35d17ab489970554e9019827ac68eccf8f94dc Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Wed, 3 Apr 2024 18:38:02 +0200 Subject: [PATCH] Add fastfetch config --- .config/fastfetch/config.jsonc | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..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", + ] +}