awesome/lib/wibox/widget
Emmanuel Lepage Vallee 02ed7ceed5 widget.base: Allow widgets constructor in the declarative template.
This avoids the boilerplate of having to do:

    {
        widget = awful.widget.mywidget
    }

in the templates.
2019-04-05 21:06:11 -04:00
..
background.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
base.lua widget.base: Allow widgets constructor in the declarative template. 2019-04-05 21:06:11 -04:00
calendar.lua wibox.widget.calendar: Stop using make_widget_declarative 2017-07-09 19:00:16 +02:00
checkbox.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
graph.lua Add references to gears.color in documentation. 2016-11-28 20:07:29 -08:00
imagebox.lua Fix imagebox:set_image not returning anything 2017-04-06 19:33:14 +01:00
init.lua widget: Add a separator widget. 2017-11-06 05:19:17 +01:00
piechart.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
progressbar.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
separator.lua widget: Add a separator widget. 2017-11-06 05:19:17 +01:00
slider.lua add documentation for signal "property::value" 2018-04-24 00:23:42 +02:00
systray.lua systray: Enable properties and improve documentation 2017-03-11 18:46:40 +01:00
textbox.lua textbox: Ensure that the DPI arguments are not nil 2017-11-23 23:28:32 -05:00
textclock.lua textclock: Produce reproducible output (#2622) 2019-01-31 20:34:41 +01:00