Skip to content

Commit cbee482

Browse files
authored
Merge pull request #24 from walken/patch-2
Update README.md
2 parents b6c5a57 + 5c9d887 commit cbee482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ argument
521521
cpuwidget:set_width(50)
522522
cpuwidget:set_background_color("#494B4F")
523523
cpuwidget:set_color({ type = "linear", from = { 0, 0 }, to = { 50, 0 },
524-
stops = { { 0, "#FF5656" }, { 0.5, "#88A175" }, { 1, "#AECF96" }})
524+
stops = { { 0, "#FF5656" }, { 0.5, "#88A175" }, { 1, "#AECF96" }}})
525525
vicious.register(cpuwidget, vicious.widgets.cpu, "$1", 3)
526526
```
527527
updated every 3 seconds, feeds the graph with total usage

0 commit comments

Comments
 (0)