Just get it from helpers

This commit is contained in:
Ksaper 2023-02-20 02:28:19 +02:00
parent e5deb85ac3
commit 68482b16cd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ local gtable = require("gears.table")
local gtimer = require("gears.timer")
local wibox = require("wibox")
local beautiful = require("beautiful")
local color = require(tostring(...):match(".*bling") .. ".helpers.color")
local prompt_widget = require(... .. ".prompt")
local dpi = beautiful.xresources.apply_dpi
local string = string
@ -16,6 +15,7 @@ local pairs = pairs
local capi = { screen = screen, mouse = mouse }
local path = ...
local helpers = require(tostring(path):match(".*bling") .. ".helpers")
local color = helpers.color
local app_launcher = { mt = {} }