Minor edits for the icon_theme and app_launcher PR
This commit is contained in:
parent
bebb445de6
commit
274df77bba
|
@ -2,7 +2,6 @@ local Gio = require("lgi").Gio
|
|||
local Gtk = require("lgi").Gtk
|
||||
local gobject = require("gears.object")
|
||||
local gtable = require("gears.table")
|
||||
local beautiful = require("beautiful")
|
||||
local helpers = require("helpers")
|
||||
local setmetatable = setmetatable
|
||||
local ipairs = ipairs
|
||||
|
@ -119,4 +118,4 @@ function icon_theme.mt:__call(...)
|
|||
return new(...)
|
||||
end
|
||||
|
||||
return setmetatable(icon_theme, icon_theme.mt)
|
||||
return setmetatable(icon_theme, icon_theme.mt)
|
|
@ -5,7 +5,7 @@ local gtable = require("gears.table")
|
|||
local gtimer = require("gears.timer")
|
||||
local wibox = require("wibox")
|
||||
local beautiful = require("beautiful")
|
||||
local icon_theme = require(tostring(...):match(".*bling") .. ".module.icon_theme")()
|
||||
local icon_theme = require(tostring(...):match(".*bling") .. ".helpers.icon_theme")()
|
||||
local dpi = beautiful.xresources.apply_dpi
|
||||
|
||||
local string = string
|
||||
|
|
Loading…
Reference in New Issue