mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
Add missing parentheses to battery_widget
This commit is contained in:
parent
9ce008ab29
commit
c9afb4078e
1 changed files with 1 additions and 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
|
||||
...
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue