Just get it from helpers
This commit is contained in:
parent
e5deb85ac3
commit
68482b16cd
|
@ -5,7 +5,6 @@ local gtable = require("gears.table")
|
||||||
local gtimer = require("gears.timer")
|
local gtimer = require("gears.timer")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local color = require(tostring(...):match(".*bling") .. ".helpers.color")
|
|
||||||
local prompt_widget = require(... .. ".prompt")
|
local prompt_widget = require(... .. ".prompt")
|
||||||
local dpi = beautiful.xresources.apply_dpi
|
local dpi = beautiful.xresources.apply_dpi
|
||||||
local string = string
|
local string = string
|
||||||
|
@ -16,6 +15,7 @@ local pairs = pairs
|
||||||
local capi = { screen = screen, mouse = mouse }
|
local capi = { screen = screen, mouse = mouse }
|
||||||
local path = ...
|
local path = ...
|
||||||
local helpers = require(tostring(path):match(".*bling") .. ".helpers")
|
local helpers = require(tostring(path):match(".*bling") .. ".helpers")
|
||||||
|
local color = helpers.color
|
||||||
|
|
||||||
local app_launcher = { mt = {} }
|
local app_launcher = { mt = {} }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue