refactored widget path
This commit is contained in:
parent
bc55769a16
commit
abfaf8f941
|
@ -20,7 +20,7 @@ local helpers = require(tostring(...):match(".*bling.module") .. ".helpers")
|
|||
|
||||
local bar_style = beautiful.tabbed_tabbar_style or "default"
|
||||
|
||||
local bar = require(tostring(...):match(".*bling") .. ".widget." .. bar_style)
|
||||
local bar = require(tostring(...):match(".*bling") .. ".widget.tabbed_tabbar." .. bar_style)
|
||||
|
||||
|
||||
local function copy_size(c, parent_client)
|
||||
|
|
Loading…
Reference in New Issue