diff options
Diffstat (limited to '')
| -rw-r--r-- | fastfetch/config.jsonc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index 22beca8..44efac7 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -20,10 +20,11 @@ "separator": " " }, "modules": [ - { - "type": "title", - "keyWidth": 10 - }, + "break", + // { + // "type": "title", + // "keyWidth": 10 + // }, { "type": "os", "key": " ", |
