Change hide_if_empty default to False

Apply the principle of least surprise
This commit is contained in:
hcpl 2016-10-22 12:44:36 +03:00
parent afa4e610ab
commit 10e13b90d7

View File

@ -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"