refactored widget path

This commit is contained in:
Nooo37 2020-11-09 16:14:15 +01:00
parent bc55769a16
commit abfaf8f941
2 changed files with 1 additions and 1 deletions

View File

@ -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)