Skip to content

Commit 3f4c03b

Browse files
committed
Presets: update 9.jsonc to show percent bars
1 parent ce2280a commit 3f4c03b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

presets/examples/9.jsonc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@
99
"charElapsed": "=",
1010
"charTotal": "-",
1111
"width": 13
12+
},
13+
"percent": {
14+
"type": 2
1215
}
1316
},
1417
"modules": [
1518
"title",
1619
"separator",
1720
"memory",
1821
"swap",
19-
"disk",
22+
{
23+
"type": "disk",
24+
"folders": "/"
25+
},
2026
"battery",
2127
{
2228
"type": "colors",
23-
"paddingLeft": 11,
29+
"paddingLeft": 10,
2430
"symbol": "circle"
2531
}
2632
]

0 commit comments

Comments
 (0)