awesome/lib/awful/wibox.lua

15 lines
613 B
Lua

---------------------------------------------------------------------------
--- This module is deprecated and has been renamed to `awful.wibar`
--
-- This only deprecates `awful.wibox`, but not @{wibox}.
--
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2016 Emmanuel Lepage Vallee
-- @module awful.wibox
---------------------------------------------------------------------------
local gdebug = require("gears.debug")
return gdebug.deprecate_class(require("awful.wibar"), "awful.wibox", "awful.wibar")
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80