2021-07-04 17:39:03 +02:00
|
|
|
local bar_widgets = {}
|
|
|
|
|
2021-11-29 18:53:23 +01:00
|
|
|
bar_widgets.battery = require "rc.ui.desktop_decoration.bar.widgets.battery"
|
|
|
|
bar_widgets.prompt = require "rc.ui.desktop_decoration.bar.widgets.prompt"
|
2021-07-04 17:39:03 +02:00
|
|
|
|
|
|
|
return bar_widgets
|