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