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/quarrel/store.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/awesome/quarrel/store.lua (limited to '.config/awesome/quarrel/store.lua') diff --git a/.config/awesome/quarrel/store.lua b/.config/awesome/quarrel/store.lua new file mode 100644 index 0000000..9f6cff2 --- /dev/null +++ b/.config/awesome/quarrel/store.lua @@ -0,0 +1,3 @@ +local qstore = {} + +return qstore -- cgit v1.2.3