Fixed incorrect default

This commit is contained in:
facetoe 2015-01-01 17:00:44 +08:00
parent b3e45177d3
commit 2c8834d775

View File

@ -21,7 +21,7 @@ class CpuUsageBar(CpuUsage, ColorRangeModule):
format = "{usage_bar}" format = "{usage_bar}"
bar_type = 'horizontal' bar_type = 'horizontal'
cpu = 'usage_bar' cpu = 'usage_cpu'
settings = ( settings = (
("format", "format string"), ("format", "format string"),