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/ui/insightful/init.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config/awesome/ui/insightful') diff --git a/.config/awesome/ui/insightful/init.lua b/.config/awesome/ui/insightful/init.lua index 7b3e537..e8a4a4d 100644 --- a/.config/awesome/ui/insightful/init.lua +++ b/.config/awesome/ui/insightful/init.lua @@ -1,6 +1,6 @@ local awful = require "awful" local beautiful = require "beautiful" -local gtable = require "gears.table" +local qstore = require "quarrel.store" local qtable = require "quarrel.table" local qui = require "quarrel.ui" local qvars = require "quarrel.vars" @@ -14,7 +14,6 @@ local mouse = "󰍽 " local insightful = {} insightful._toggled = false -insightful._bindings = {} insightful._selected_group = "" insightful._selected_group_index = 1 @@ -91,7 +90,7 @@ function insightful:_generate() local grouped_binds = {} local layout_container = insightful._widget.widget.layout_container - for _, keybind in ipairs(self._bindings) do + for _, keybind in ipairs(qstore.bindings) do local group = keybind.group or "general" local group_exists = grouped_binds[group] ~= nil -- cgit v1.2.3