i3status-rust: Do not switch between memory & swap on click for memory block
This commit is contained in:
parent
6ead0d94a7
commit
7941b26d41
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ block = "memory"
|
||||||
format_mem = "{mem_used} /{mem_total}({mem_used_percents})"
|
format_mem = "{mem_used} /{mem_total}({mem_used_percents})"
|
||||||
display_type = "memory"
|
display_type = "memory"
|
||||||
icons = true
|
icons = true
|
||||||
clickable = true
|
clickable = false
|
||||||
interval = 5
|
interval = 5
|
||||||
warning_mem = 80
|
warning_mem = 80
|
||||||
critical_mem = 95
|
critical_mem = 95
|
||||||
|
|
Loading…
Reference in a new issue