We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2280a commit 3f4c03bCopy full SHA for 3f4c03b
presets/examples/9.jsonc
@@ -9,18 +9,24 @@
9
"charElapsed": "=",
10
"charTotal": "-",
11
"width": 13
12
+ },
13
+ "percent": {
14
+ "type": 2
15
}
16
},
17
"modules": [
18
"title",
19
"separator",
20
"memory",
21
"swap",
- "disk",
22
+ {
23
+ "type": "disk",
24
+ "folders": "/"
25
26
"battery",
27
{
28
"type": "colors",
- "paddingLeft": 11,
29
+ "paddingLeft": 10,
30
"symbol": "circle"
31
32
]
0 commit comments