2009-05-05 17:32:53 +02:00
|
|
|
---------------------------------------------------------------------------
|
2017-10-21 01:54:36 +02:00
|
|
|
--- This module is deprecated and has been renamed to `awful.wibar`
|
|
|
|
--
|
|
|
|
-- This only deprecates `awful.wibox`, but not @{wibox}.
|
2014-05-20 13:02:39 +02:00
|
|
|
--
|
2016-05-07 08:55:23 +02:00
|
|
|
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
|
|
|
-- @copyright 2016 Emmanuel Lepage Vallee
|
2014-05-20 13:02:39 +02:00
|
|
|
-- @module awful.wibox
|
2009-05-05 17:32:53 +02:00
|
|
|
---------------------------------------------------------------------------
|
2017-03-15 06:08:40 +01:00
|
|
|
local gdebug = require("gears.debug")
|
2016-05-07 08:55:23 +02:00
|
|
|
|
2017-03-15 06:08:40 +01:00
|
|
|
return gdebug.deprecate_class(require("awful.wibar"), "awful.wibox", "awful.wibar")
|
2009-05-05 17:32:53 +02:00
|
|
|
|
2011-09-11 16:50:01 +02:00
|
|
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|