i3status-rust: Add disk space block

This commit is contained in:
Sanchayan Maity 2023-06-30 10:15:59 +05:30
parent a159fc3868
commit 9465e12ad3
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@ block = "load"
format = " $icon I:$1m W:$5m C:$15m "
interval = 5
[[block]]
block = "disk_space"
info_type = "available"
alert_unit = "GB"
alert = 10.0
warning = 15.0
format = " $icon $available "
format_alt = " $icon $available / $total "
[[block]]
block = "backlight"