awesome/lib/awful/wibox.lua

13 lines
550 B
Lua
Raw Normal View History

---------------------------------------------------------------------------
--- This module is deprecated and has been renamed `awful.wibar`
--
2016-05-07 08:55:23 +02:00
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2016 Emmanuel Lepage Vallee
-- @module awful.wibox
---------------------------------------------------------------------------
local gdebug = require("gears.debug")
2016-05-07 08:55:23 +02:00
return gdebug.deprecate_class(require("awful.wibar"), "awful.wibox", "awful.wibar")
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80