Merge pull request #152 from facetoe/master

Fixed incorrect default
This commit is contained in:
enkore 2015-01-01 14:44:34 +01:00
commit 3ef7c764bd

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"),