i3stats-rust: display other disk info

This commit is contained in:
Frieder Schlesier 2022-12-31 16:55:52 +01:00
parent 04b9da2e47
commit ee3a84507f
1 changed files with 11 additions and 0 deletions

View File

@ -33,6 +33,17 @@ pomodoro_break = ""
# alert_absolute = true # alert_absolute = true
# format = "{icon}/{available}" # format = "{icon}/{available}"
[[block]]
block = "disk_space"
path = "/media/store"
info_type = "available"
unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
alert_absolute = true
format = "{icon}/store {available}"
[[block]] [[block]]
block = "disk_space" block = "disk_space"
path = "/home" path = "/home"