i3status: show / and /home free spaces anyway & rbtpzn load comment

Even if it's there and judgingly says that I have used half of my /,
it's still nothing to worry about and seeing it there all the time will
give me advance warning if it does become something I need to look at.
This commit is contained in:
Aminda Suomalainen 2019-02-17 11:57:26 +02:00
parent 3182319685
commit 24d5504a8e
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 12 additions and 1 deletions

View File

@ -11,6 +11,8 @@ general {
interval = 1
}
order += "disk /"
order += "disk /home"
order += "ipv6"
order += "volume master"
order += "load"
@ -23,8 +25,9 @@ order += "tztime local"
# Load is first as the treshold may need the most modification here
load {
format = "%1min %5min %15min"
# The default is 5 while my laptop has only 4.
# The default is 5 while my laptop has only 4 and older PC 1.
max_threshold = "3,7"
#max_threshold = "0,7"
}
wireless _first_ {
@ -65,3 +68,11 @@ ipv6 {
format_up = "IPv6: 🢁"
format_down = "IPv6: 🢃"
}
disk / {
format = "/: %free"
}
disk /home {
format = "/home: %free"
}