diff options
author | Chris Simmons <csimmons@adgorithmics.com> | 2020-05-24 02:01:31 +0900 |
---|---|---|
committer | Chris Simmons <csimmons@adgorithmics.com> | 2020-05-24 02:01:31 +0900 |
commit | c9afb4078e4ea9dcb42020478ac4704151283e08 (patch) | |
tree | 494eec5080e87879709654bc5b4143d6fd47dd09 | |
parent | 9ce008ab291238ababf37778aa0f23d784469aa9 (diff) |
Add missing parentheses to battery_widget
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ and then add widget to the wibox (you can search for **mytextclock** and add wid s.mytasklist, -- Middle widget { -- Right widgets ... - battery_widget, + battery_widget(), mytextclock ... } |