mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 04:22:47 +00:00
init
This commit is contained in:
19
.config/i3blocks/disk/README.md
Normal file
19
.config/i3blocks/disk/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# disk
|
||||
|
||||
Show disk usage. The directory defaults to $HOME if the instance is not
|
||||
specified. The script may be called with an optional argument to set the
|
||||
alert (defaults to 10 for 10%).
|
||||
The script also accepts the flag `-n` to allow checking the disk usage of network devices,
|
||||
which is disabled by default.
|
||||
|
||||
|
||||
# Config
|
||||
|
||||
```
|
||||
[disk]
|
||||
command=$SCRIPT_DIR/disk
|
||||
LABEL=HOME
|
||||
#DIR=$HOME
|
||||
#ALERT_LOW=10
|
||||
interval=30
|
||||
```
|
Reference in New Issue
Block a user