bdwmb/doc/MODULE_DRIVE.md
Ari Archer df4a3c1dc7
update @ Sat 19 Mar 17:14:52 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-19 17:14:52 +02:00

13 lines
313 B
Markdown

# Module - drive
This module shows space left on a specified drive/partition
## Setup
Add the `drive` module to your module list and then define `DRIVE_CHECK_MOUNT` variable which should have
the value of the disk partition mount point you want to check.
For example:
```bash
export DRIVE_CHECK_MOUNT='/'
```