Add missing parentheses to battery_widget

This commit is contained in:
Chris Simmons 2020-05-24 02:01:31 +09:00
parent 9ce008ab29
commit c9afb4078e
1 changed files with 1 additions and 1 deletions

View File

@ -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
...
}