summaryrefslogtreecommitdiffstats
path: root/presets/examples/8.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'presets/examples/8.jsonc')
-rw-r--r--presets/examples/8.jsonc41
1 files changed, 41 insertions, 0 deletions
diff --git a/presets/examples/8.jsonc b/presets/examples/8.jsonc
new file mode 100644
index 0000000..7cea371
--- /dev/null
+++ b/presets/examples/8.jsonc
@@ -0,0 +1,41 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "type": "small"
+ },
+ "display": {
+ "separator": " ",
+ "color": {
+ "keys": "magenta"
+ },
+ "size": {
+ "ndigits": 0,
+ "maxPrefix": "MB"
+ },
+ "key": {
+ "type": "icon"
+ }
+ },
+ "modules": [
+ {
+ "type": "title",
+ "color": {
+ "user": "green",
+ "at": "red",
+ "host": "blue"
+ }
+ },
+ "os",
+ "kernel",
+ "memory",
+ "packages",
+ "uptime",
+ {
+ "type": "colors",
+ "key": "Colors", // For printing icon
+ "block": {
+ "range": [1, 6]
+ }
+ }
+ ]
+}