1yambar-modules-mem(5) File Formats Manual yambar-modules-mem(5)
2
3
4
6 mem - This module provides the memory usage
7
9 ┌─────────────┬───────┬─────────────────────┐
10 │Name │ Type │ Description │
11 ├─────────────┼───────┼─────────────────────┤
12 │free │ int │ Free memory in │
13 │ │ │ bytes │
14 ├─────────────┼───────┼─────────────────────┤
15 │used │ int │ Used memory in │
16 │ │ │ bytes │
17 ├─────────────┼───────┼─────────────────────┤
18 │total │ int │ Total memory in │
19 │ │ │ bytes │
20 ├─────────────┼───────┼─────────────────────┤
21 │percent_free │ range │ Free memory in per‐ │
22 │ │ │ cent │
23 ├─────────────┼───────┼─────────────────────┤
24 │percent_used │ range │ Used memory in per‐ │
25 │ │ │ cent │
26 └─────────────┴───────┴─────────────────────┘
27
29 ┌─────────┬────────┬─────┬──────────────────┐
30 │Name │ Type │ Req │ Description │
31 ├─────────┼────────┼─────┼──────────────────┤
32 │interval │ string │ no │ Refresh interval │
33 │ │ │ │ of the memory │
34 │ │ │ │ usage stats in │
35 │ │ │ │ ms (de‐ │
36 │ │ │ │ fault=500). Can‐ │
37 │ │ │ │ not be less then │
38 │ │ │ │ 500 ms │
39 └─────────┴────────┴─────┴──────────────────┘
40
42 bar:
43 left:
44 - mem:
45 interval: 2500
46 content:
47 string: {text: "{used:mb}MB"}
48
50 yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decora‐
51 tions(5)
52
53
54
55 2022-08-26 yambar-modules-mem(5)