diff options
| author | sumuel <samuel@yakubos.org> | 2026-08-17 20:44:55 +0000 |
|---|---|---|
| committer | sumuel <samuel@yakubos.org> | 2026-08-17 20:44:55 +0000 |
| commit | 76424950e373d3b04ac3dd13019151bfba3e8423 (patch) | |
| tree | 4c3cfdbda039e592b9186be3e28f8d7cfd439e8a /presets/paleofetch.jsonc | |
Add the files
Diffstat (limited to 'presets/paleofetch.jsonc')
| -rw-r--r-- | presets/paleofetch.jsonc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/presets/paleofetch.jsonc b/presets/paleofetch.jsonc new file mode 100644 index 0000000..b832452 --- /dev/null +++ b/presets/paleofetch.jsonc @@ -0,0 +1,32 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + { + "type": "host", + "format": "{/2}{-}{/}{2}{?3} {3}{?}" + }, + "kernel", + "uptime", + { + "type": "battery", + "format": "{/4}{-}{/}{4}{?5} [{5}]{?}" + }, + "break", + "packages", + "shell", + "display", + "terminal", + "break", + "cpu", + { + "type": "gpu", + "key": "GPU" + }, + "memory", + "break", + "colors" + ] +} |