i3status: use %avail instead of %free

Resolves: #116
This commit is contained in:
Aminda Suomalainen 2019-06-28 10:56:31 +03:00
parent 2f178f2d2e
commit 28794133b3
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 4 additions and 2 deletions

View File

@ -81,10 +81,12 @@ ipv6 {
format_down = "IPv6:🢃"
}
# %avail vs %free: https://github.com/i3/i3status/issues/349#issuecomment-506565599
disk / {
format = "/: %free"
format = "/: %avail"
}
disk /home {
format = "/home: %free"
format = "/home: %avail"
}