mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
14 lines
613 B
Lua
14 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
|