Fix wrongly placed whitespace
This commit is contained in:
parent
e770869514
commit
1e501fc60b
@ -27,7 +27,7 @@ class CpuUsageGraph(CpuUsage, ColorRangeModule):
|
|||||||
("end_color", "Hex or English name for end of color range, eg '#FF0000' or 'red'"),
|
("end_color", "Hex or English name for end of color range, eg '#FF0000' or 'red'"),
|
||||||
("graph_width", "Width of the cpu usage graph"),
|
("graph_width", "Width of the cpu usage graph"),
|
||||||
("graph_style", "Graph style ('blocks', 'braille-fill', 'braille-peak', or 'braille-snake')"),
|
("graph_style", "Graph style ('blocks', 'braille-fill', 'braille-peak', or 'braille-snake')"),
|
||||||
("direction" , "Graph running direction ('lr', 'rl')"),
|
("direction", "Graph running direction ('lr', 'rl')"),
|
||||||
)
|
)
|
||||||
|
|
||||||
graph_width = 15
|
graph_width = 15
|
||||||
|
Loading…
Reference in New Issue
Block a user