summaryrefslogtreecommitdiffstats
path: root/presets/examples/14.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'presets/examples/14.jsonc')
-rw-r--r--presets/examples/14.jsonc88
1 files changed, 88 insertions, 0 deletions
diff --git a/presets/examples/14.jsonc b/presets/examples/14.jsonc
new file mode 100644
index 0000000..f7df5ce
--- /dev/null
+++ b/presets/examples/14.jsonc
@@ -0,0 +1,88 @@
+// Inspired by Catnap
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "type": "small"
+ },
+ "display": {
+ "separator": "",
+ "key": {
+ "width": 15
+ }
+ },
+ "modules": [
+ {
+ // draw borders first to make colors of left and right border consistant
+ "key": " user",
+ "type": "title",
+ "format": "{user-name}",
+ "keyColor": "31"
+ },
+ {
+ "key": "󰇅 hname",
+ "type": "title",
+ "format": "{host-name}",
+ "keyColor": "32"
+
+ },
+ {
+ "key": "󰅐 uptime",
+ "type": "uptime",
+ "keyColor": "33"
+ },
+ {
+ "key": "{icon} distro",
+ "type": "os",
+ "keyColor": "34"
+ },
+ {
+ "key": " kernel",
+ "type": "kernel",
+ "keyColor": "35"
+ },
+ {
+ "key": "󰇄 desktop",
+ "type": "de",
+ "keyColor": "36"
+ },
+ {
+ "key": " term",
+ "type": "terminal",
+ "keyColor": "31"
+ },
+ {
+ "key": " shell",
+ "type": "shell",
+ "keyColor": "32"
+ },
+ {
+ "key": "󰍛 cpu",
+ "type": "cpu",
+ "showPeCoreCount": true,
+ "keyColor": "33"
+ },
+ {
+ "key": "󰉉 disk",
+ "type": "disk",
+ "folders": "/",
+ "keyColor": "34"
+ },
+ {
+ "key": " memory",
+ "type": "memory",
+ "keyColor": "35"
+ },
+ {
+ "key": "󰩟 network",
+ "type": "localip",
+ "format": "{ipv4} ({ifname})",
+ "keyColor": "36"
+ },
+ {
+ "key": " colors",
+ "type": "colors",
+ "symbol": "circle",
+ "keyColor": "39"
+ }
+ ]
+}