From 8de50aefb15fd5ec0d1714e4f36732b26dc4b16f Mon Sep 17 00:00:00 2001 From: Ksaper Date: Tue, 14 Feb 2023 02:31:36 +0200 Subject: [PATCH] whoooopsi --- widget/app_launcher/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/app_launcher/init.lua b/widget/app_launcher/init.lua index 7029a38..d8cf4ff 100644 --- a/widget/app_launcher/init.lua +++ b/widget/app_launcher/init.lua @@ -8,7 +8,6 @@ local wibox = require("wibox") local beautiful = require("beautiful") local color = require(tostring(...):match(".*bling") .. ".helpers.color") local prompt = require(... .. ".prompt") -local helpers = require(tostring(path):match(".*bling") .. ".helpers") local dpi = beautiful.xresources.apply_dpi local string = string local table = table @@ -17,6 +16,7 @@ local ipairs = ipairs local pairs = pairs local capi = { screen = screen, mouse = mouse } local path = ... +local helpers = require(tostring(path):match(".*bling") .. ".helpers") local app_launcher = { mt = {} }