6 lines
80 B
Lua
6 lines
80 B
Lua
|
return {
|
||
|
widgets = {
|
||
|
battery = require("modules.battery.widget").widget
|
||
|
}
|
||
|
}
|