Change hide_if_empty default to False
Apply the principle of least surprise
This commit is contained in:
parent
afa4e610ab
commit
10e13b90d7
@ -19,7 +19,7 @@ class Swap(IntervalModule):
|
||||
|
||||
format = "{free} MiB"
|
||||
format_no_swap = "No swap"
|
||||
hide_if_empty = True
|
||||
hide_if_empty = False
|
||||
divisor = 1024 ** 2
|
||||
color = "#00FF00"
|
||||
warn_color = "#FFFF00"
|
||||
|
Loading…
Reference in New Issue
Block a user