Re-write disk free blocks
This commit is contained in:
parent
30d7c6fc28
commit
fd46b9bc1c
2 changed files with 31 additions and 6 deletions
|
@ -90,7 +90,6 @@ interval=once
|
|||
# The type defaults to "mem" if the instance is not specified.
|
||||
[memory]
|
||||
label=MEM
|
||||
separator=false
|
||||
interval=30
|
||||
|
||||
# Disk usage
|
||||
|
@ -99,14 +98,15 @@ interval=30
|
|||
# The script may be called with a optional argument to set the alert
|
||||
# (defaults to 10 for 10%).
|
||||
[disk]
|
||||
label=HOME
|
||||
#instance=/mnt/data
|
||||
command=~/.dotfiles/i3/blocks/freeSpace
|
||||
label=/
|
||||
instance=/
|
||||
interval=30
|
||||
separator=false
|
||||
|
||||
[disk]
|
||||
label=ROOT
|
||||
instance=/
|
||||
command=~/.dotfiles/i3/blocks/freeSpace /home
|
||||
label=/home
|
||||
#instance=/mnt/data
|
||||
interval=30
|
||||
|
||||
# Network interface monitoring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue