2021-06-21 05:40:58 +00:00
|
|
|
# Disk Widget
|
|
|
|
|
|
|
|
The disk widget provides a table of useful disk and partition information, like I/O per second and total usage.
|
|
|
|
|
|
|
|
<figure>
|
2021-06-22 02:53:25 +00:00
|
|
|
<img src="../../../assets/screenshots/disk.webp" alt="A picture of an expanded disk widget."/>
|
2021-06-21 05:40:58 +00:00
|
|
|
</figure>
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
The disk widget provides the following information:
|
|
|
|
|
|
|
|
- Disk name
|
|
|
|
- Disk mount location
|
|
|
|
- Percentage of space used
|
|
|
|
- Amount of space left
|
|
|
|
- Total amount of space
|
|
|
|
- Read per second
|
|
|
|
- Write per second
|
|
|
|
|
|
|
|
## Key bindings
|
|
|
|
|
|
|
|
Note that key bindings are generally case-sensitive.
|
|
|
|
|
|
|
|
| Binding | Action |
|
|
|
|
| ------------------ | ------------------------------------ |
|
|
|
|
| ++up++ , ++k++ | Move up within a widget |
|
|
|
|
| ++down++ , ++j++ | Move down within a widget |
|
|
|
|
| ++g+g++ , ++home++ | Jump to the first entry in the table |
|
|
|
|
| ++G++ , ++end++ | Jump to the last entry in the table |
|
|
|
|
|
|
|
|
## Mouse bindings
|
|
|
|
|
|
|
|
| Binding | Action |
|
|
|
|
| ----------- | ----------------------------- |
|
|
|
|
| ++lbutton++ | Selects an entry in the table |
|