From f42a3a2cc941e34dd938b1e6bc24785a44781db2 Mon Sep 17 00:00:00 2001 From: delta Date: Sun, 21 May 2023 10:12:46 +0200 Subject: major update of awesome config add new icons, switch over to using stylesheets instead of gears.color.recolor_image, add a music widget to the panel, optimize services in common.lua, fix the application lense filtering and increase the update rate of services in common.lua Signed-off-by: delta --- .config/awesome/assets/phosphor/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/awesome/assets/phosphor/init.lua') diff --git a/.config/awesome/assets/phosphor/init.lua b/.config/awesome/assets/phosphor/init.lua index c6a7eec..d17eae3 100644 --- a/.config/awesome/assets/phosphor/init.lua +++ b/.config/awesome/assets/phosphor/init.lua @@ -1,5 +1,4 @@ local gfs = require "gears.filesystem" -local gsurface = require "gears.surface" local qfs = require "quarrel.fs" local icons = {} @@ -7,7 +6,7 @@ local phosphor_dir = gfs.get_configuration_dir() .. "assets/phosphor/" for _, icon in ipairs(qfs.ls_files(phosphor_dir)) do if icon:match(".+%.(.+)") == "svg" then - icons[icon:match("(.+)%..+"):gsub("-", "_")] = gsurface.load_uncached(phosphor_dir .. icon) + icons[icon:match("(.+)%..+"):gsub("-", "_")] = phosphor_dir .. icon end end -- cgit v1.2.3