summaryrefslogtreecommitdiffstats
path: root/presets/examples/23.jsonc
diff options
context:
space:
mode:
authorsumuel <samuel@yakubos.org>2026-08-17 20:44:55 +0000
committersumuel <samuel@yakubos.org>2026-08-17 20:44:55 +0000
commit76424950e373d3b04ac3dd13019151bfba3e8423 (patch)
tree4c3cfdbda039e592b9186be3e28f8d7cfd439e8a /presets/examples/23.jsonc
Add the files
Diffstat (limited to 'presets/examples/23.jsonc')
-rw-r--r--presets/examples/23.jsonc63
1 files changed, 63 insertions, 0 deletions
diff --git a/presets/examples/23.jsonc b/presets/examples/23.jsonc
new file mode 100644
index 0000000..effc39a
--- /dev/null
+++ b/presets/examples/23.jsonc
@@ -0,0 +1,63 @@
+// designed for presenting Vanilla Linux
+// inspired from imstilllearnin's Vanilla Logo Ultra
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "type": "small"
+ },
+ "display": {
+ "color": {
+ "output": "cyan"
+ },
+ "separator": ""
+ },
+ "modules": [
+ {
+ "type": "kernel",
+ "key": "[_Kernel___> ",
+ "keyColor": "blue"
+ },
+ {
+ "type": "packages",
+ "outputColor": "white",
+ "key": " [_Packages_> ",
+ "keyColor": "green"
+ },
+ {
+ "type": "localip",
+ "outputColor": "white",
+ "key": " [_Local_IP_> ",
+ "keyColor": "green"
+ },
+ {
+ "type": "memory",
+ "format": "[{3}] {1} / {2}",
+ "key": " [_RAM______> ",
+ "keyColor": "magenta"
+ },
+ {
+ "type": "swap",
+ "format": "[{3}] {1} / {2}",
+ "key": " [_SWAP_____> ",
+ "keyColor": "magenta"
+ },
+ {
+ "type": "disk",
+ "format": "[{3}] {1} / {2} {9}",
+ "key": " [_Disk_____> ",
+ "keyColor": "magenta"
+ },
+ {
+ "type": "battery",
+ "format": "[{4}] {5}",
+ "key": " [_Battery__> ",
+ "keyColor": "magenta"
+ },
+ "break",
+ {
+ "type": "colors",
+ "paddingLeft": 9,
+ "symbol": "circle"
+ }
+ ]
+}