1waybar-disk(5) File Formats Manual waybar-disk(5)
2
3
4
6 waybar - disk module
7
9 The disk module displays the current disk space used.
10
12 Addressed by disk
13
14 path:
15 typeof: string
16 default: "/"
17 Any path residing in the filesystem or mountpoint for which the
18 information should be displayed.
19
20 interval:
21 typeof: integer
22 default: 30
23 The interval in which the information gets polled.
24
25 format:
26 typeof: string
27 default: "{percentage_used}%"
28 The format, how information should be displayed.
29
30 rotate:
31 typeof: integer
32 Positive value to rotate the text label.
33
34 states:
35 typeof: array
36 A number of disk utilization states which get activated on certain
37 percentage thresholds (percentage_used). See waybar-states(5).
38
39 max-length:
40 typeof: integer
41 The maximum length in character the module should display.
42
43 min-length:
44 typeof: integer
45 The minimum length in characters the module should take up.
46
47 align:
48 typeof: float
49 The alignment of the text, where 0 is left-aligned and 1 is right-
50 aligned. If the module is rotated, it will follow the flow of the text.
51
52 on-click:
53 typeof: string
54 Command to execute when clicked on the module.
55
56 on-click-middle:
57 typeof: string
58 Command to execute when middle-clicked on the module using mouse‐
59 wheel.
60
61 on-click-right:
62 typeof: string
63 Command to execute when you right clicked on the module.
64
65 on-update:
66 typeof: string
67 Command to execute when the module is updated.
68
69 on-scroll-up:
70 typeof: string
71 Command to execute when scrolling up on the module.
72
73 on-scroll-down:
74 typeof: string
75 Command to execute when scrolling down on the module.
76
77 smooth-scrolling-threshold:
78 typeof: double
79 Threshold to be used when scrolling.
80
81 tooltip:
82 typeof: bool
83 default: true
84 Option to disable tooltip on hover.
85
86 tooltip-format:
87 typeof: string
88 default: "{used} out of {total} used ({percentage_used}%)"
89 The format of the information displayed in the tooltip.
90
92 {percentage_used}: Percentage of disk in use.
93
94 {percentage_free}: Percentage of free disk space
95
96 {total}: Total amount of space on the disk, partition or mountpoint.
97
98 {used}: Amount of used disk space.
99
100 {free}: Amount of available disk space for normal users.
101
102 {path}: The path specified in the configuration.
103
105 "disk": {
106 "interval": 30,
107 "format": "{percentage_free}% free on {path}",
108 }
109
111 • #disk
112
113
114
115 2021-11-02 waybar-disk(5)