changed i3status memory used algo
This commit is contained in:
parent
af246e6f60
commit
e14d0e66e3
|
@ -50,7 +50,9 @@ cpu_usage {
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
format = " %percentage_used"
|
format = " %percentage_used"
|
||||||
threshold_degraded = "25%"
|
memory_used_method = "memavailable"
|
||||||
|
threshold_degraded = "20%"
|
||||||
|
threshold_degraded = "5%"
|
||||||
}
|
}
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
|
@ -72,6 +74,7 @@ volume master {
|
||||||
device = "pulse"
|
device = "pulse"
|
||||||
format = "墳 %volume"
|
format = "墳 %volume"
|
||||||
format_muted = "婢"
|
format_muted = "婢"
|
||||||
|
color_degraded = "#4B5056"
|
||||||
}
|
}
|
||||||
|
|
||||||
path_exists vpn {
|
path_exists vpn {
|
||||||
|
|
Loading…
Reference in New Issue