From 4cb5972fb430149bfcb22bc3c3f76628616903aa Mon Sep 17 00:00:00 2001 From: Ksaper Date: Sun, 5 Feb 2023 14:57:39 +0200 Subject: [PATCH] Not used --- widget/app_launcher/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/app_launcher/init.lua b/widget/app_launcher/init.lua index f70730b..49e87b1 100644 --- a/widget/app_launcher/init.lua +++ b/widget/app_launcher/init.lua @@ -1017,7 +1017,7 @@ local function new(args) end awful.spawn.easy_async_with_shell(KILL_OLD_INOTIFY_SCRIPT, function() - awful.spawn.with_line_callback(INOTIFY_SCRIPT, {stdout = function(_) + awful.spawn.with_line_callback(INOTIFY_SCRIPT, {stdout = function() generate_apps(ret) end}) end)