whoooopsi
This commit is contained in:
parent
3cfff61ca6
commit
8de50aefb1
|
@ -8,7 +8,6 @@ local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local color = require(tostring(...):match(".*bling") .. ".helpers.color")
|
local color = require(tostring(...):match(".*bling") .. ".helpers.color")
|
||||||
local prompt = require(... .. ".prompt")
|
local prompt = require(... .. ".prompt")
|
||||||
local helpers = require(tostring(path):match(".*bling") .. ".helpers")
|
|
||||||
local dpi = beautiful.xresources.apply_dpi
|
local dpi = beautiful.xresources.apply_dpi
|
||||||
local string = string
|
local string = string
|
||||||
local table = table
|
local table = table
|
||||||
|
@ -17,6 +16,7 @@ local ipairs = ipairs
|
||||||
local pairs = pairs
|
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 app_launcher = { mt = {} }
|
local app_launcher = { mt = {} }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue