mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-28 22:19:45 +01:00
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:
parent
3182319685
commit
24d5504a8e
@ -11,6 +11,8 @@ general {
|
|||||||
interval = 1
|
interval = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
order += "disk /"
|
||||||
|
order += "disk /home"
|
||||||
order += "ipv6"
|
order += "ipv6"
|
||||||
order += "volume master"
|
order += "volume master"
|
||||||
order += "load"
|
order += "load"
|
||||||
@ -23,8 +25,9 @@ order += "tztime local"
|
|||||||
# Load is first as the treshold may need the most modification here
|
# Load is first as the treshold may need the most modification here
|
||||||
load {
|
load {
|
||||||
format = "%1min %5min %15min"
|
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 = "3,7"
|
||||||
|
#max_threshold = "0,7"
|
||||||
}
|
}
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
@ -65,3 +68,11 @@ ipv6 {
|
|||||||
format_up = "IPv6: 🢁"
|
format_up = "IPv6: 🢁"
|
||||||
format_down = "IPv6: 🢃"
|
format_down = "IPv6: 🢃"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
disk / {
|
||||||
|
format = "/: %free"
|
||||||
|
}
|
||||||
|
|
||||||
|
disk /home {
|
||||||
|
format = "/home: %free"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user