summaryrefslogtreecommitdiffstats
path: root/presets/paleofetch.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'presets/paleofetch.jsonc')
-rw-r--r--presets/paleofetch.jsonc32
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"
+ ]
+}