diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 013da64..b30af5d 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -1,25 +1,38 @@ { - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "modules": [ - "title", - "separator", - "os", - "host", - "kernel", - "uptime", - "packages", - "shell", - "display", - "de", - "wm", - "wmtheme", - "cursor", - "terminal", - "terminalfont", - "cpu", - "gpu", - "memory", - "break", - "colors" - ] + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "separator", + { + "type": "os", + "format": "{3}" + }, + { + "type": "host", + "format": "{2}" + }, + { + "type": "kernel", + "format": "{2}" + }, + "uptime", + { + "type": "packages", + "format": "{1}" + }, + { + "type": "shell", + "format": "{1}" + }, + "display", + "wm", + "terminal", + "cpu", + "gpu", + "memory", + "swap", + "disk", + "break", + "colors" + ] }