whoooopsi

This commit is contained in:
Ksaper 2023-02-14 02:31:36 +02:00
parent 3cfff61ca6
commit 8de50aefb1
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {} }