diff options
| author | silly <u65487754@gmail.com> | 2026-04-12 14:52:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-12 14:52:48 +0000 |
| commit | b9f60ec4539c8f9dfc808219b0e383a2f2722eec (patch) | |
| tree | d5177010b0abbedd58ca5a489388ed55500810a8 /.config/fastfetch | |
| parent | b97f84cbc5ee9119556ce41fcb097421958a1e37 (diff) | |
Delete .config/fastfetch directory
Diffstat (limited to '.config/fastfetch')
| -rw-r--r-- | .config/fastfetch/config.jsonc | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc deleted file mode 100644 index 2eb8358..0000000 --- a/.config/fastfetch/config.jsonc +++ /dev/null @@ -1,66 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "source": "none", - "type": "builtin", - }, - "display": { - "separator": " ", - "size": { - "spaceBeforeUnit": "always", - }, - }, - "modules": [ - { - "type": "custom", - "key": "╭──────────╮", - "keyColor": "", - }, - { - "type": "kernel", - "key": "│ kernel │", - "keyColor": "", - "format": "{release}", - }, - { - "type": "wm", - "key": "│ wm │", - "keyColor": "", - "format": "{pretty-name}", - }, - { - "type": "uptime", - "key": "│ uptime │", - "keyColor": "", - }, - { - "type": "shell", - "key": "│ shell │", - "keyColor": "", - "format": "{pretty-name}", - }, - { - "type": "terminal", - "key": "│ term │", - "keyColor": "", - "format": "{pretty-name}", - }, - { - "type": "cpu", - "key": "│ cpu │", - "keyColor": "", - "format": "{name}", - }, - { - "type": "memory", - "key": "│ memory │", - "keyColor": "", - "format": "{used} / {total}", - }, - { - "type": "custom", - "key": "╰──────────╯", - "keyColor": "", - }, - ], -} |
