summaryrefslogtreecommitdiffstats
path: root/presets/examples/30.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/30.jsonc
Add the files
Diffstat (limited to 'presets/examples/30.jsonc')
-rw-r--r--presets/examples/30.jsonc87
1 files changed, 87 insertions, 0 deletions
diff --git a/presets/examples/30.jsonc b/presets/examples/30.jsonc
new file mode 100644
index 0000000..5914c7d
--- /dev/null
+++ b/presets/examples/30.jsonc
@@ -0,0 +1,87 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": null,
+ "display": {
+ "key": {
+ "type": "both",
+ "paddingLeft": 6,
+ "width": 17
+ }
+ },
+ "modules": [
+ {
+ "type": "custom",
+ "format": "|---------------------: {#1}Hardware{#} : ---------------------|"
+ },
+ "break",
+ {
+ "keyColor": "green",
+ "type": "host"
+ },
+ {
+ "keyColor": "green",
+ "type": "cpu"
+ },
+ {
+ "keyColor": "yellow",
+ "type": "memory"
+ },
+ {
+ "keyColor": "yellow",
+ "type": "swap"
+ },
+ {
+ "type": "custom",
+ "keyIcon": "",
+ "key": "Disks"
+ },
+ {
+ "type": "disk",
+ "key": " ",
+ "format": " [{mountpoint}] - {size-used} / {size-total} ({size-percentage})"
+ },
+ "break",
+ {
+ "type": "title",
+ "format": "|-------------------------------------------------------|\u001b[40D: {#1}{user-name} @ {host-name}{#} :"
+ },
+ "break",
+ {
+ "type": "os",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "kernel",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "packages",
+ "keyColor": "red",
+ "key": "Pkgs"
+ },
+ {
+ "type": "shell",
+ "keyColor": "red"
+ },
+ {
+ "type": "terminal",
+ "key": "Term",
+ "keyColor": "red"
+ },
+ {
+ "type": "locale",
+ "keyColor": "magenta"
+ },
+ "break",
+ {
+ "type": "custom",
+ "format": "|---------------------: {#1}Software{#} : ---------------------|"
+ },
+ "break",
+ {
+ "type": "colors",
+ "symbol": "circle",
+ "paddingLeft": 8
+ }
+ ]
+}