summaryrefslogtreecommitdiffstats
path: root/presets/neofetch.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'presets/neofetch.jsonc')
-rw-r--r--presets/neofetch.jsonc57
1 files changed, 57 insertions, 0 deletions
diff --git a/presets/neofetch.jsonc b/presets/neofetch.jsonc
new file mode 100644
index 0000000..0f38ed5
--- /dev/null
+++ b/presets/neofetch.jsonc
@@ -0,0 +1,57 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "display": {
+ "size": {
+ "maxPrefix": "MB",
+ "ndigits": 0,
+ "spaceBeforeUnit": "never"
+ },
+ "freq": {
+ "ndigits": 3,
+ "spaceBeforeUnit": "never"
+ }
+ },
+ "modules": [
+ "title",
+ "separator",
+ "os",
+ "host",
+ {
+ "type": "kernel",
+ "format": "{release}"
+ },
+ "uptime",
+ {
+ "type": "packages",
+ "combined": true
+ },
+ "shell",
+ {
+ "type": "display",
+ "compactType": "original",
+ "key": "Resolution"
+ },
+ "de",
+ "wm",
+ "wmtheme",
+ "theme",
+ "icons",
+ "terminal",
+ {
+ "type": "terminalfont",
+ "format": "{/name}{-}{/}{name}{?size} {size}{?}"
+ },
+ "cpu",
+ {
+ "type": "gpu",
+ "key": "GPU",
+ "format": "{name}"
+ },
+ {
+ "type": "memory",
+ "format": "{used} / {total}"
+ },
+ "break",
+ "colors"
+ ]
+}