diff --git a/repository/apps/app-launchbar.lua b/repository/apps/app-launchbar.lua index 7d846e6..35ab847 100644 --- a/repository/apps/app-launchbar.lua +++ b/repository/apps/app-launchbar.lua @@ -2,6 +2,7 @@ -- No warranty is provided, implied or otherwise. -- app-launchbar: launchbar with application pinning +-- Authors: Izaya local event = require("event")(neo) local neoux, err = require("neoux") diff --git a/repository/apps/app-slaunch.lua b/repository/apps/app-slaunch.lua index 6e34e64..6fee6ed 100644 --- a/repository/apps/app-slaunch.lua +++ b/repository/apps/app-slaunch.lua @@ -2,6 +2,8 @@ -- No warranty is provided, implied or otherwise. -- app-slaunch: searching launcher +-- Authors: Izaya + local event = require("event")(neo) local neoux, err = require("neoux") if not neoux then error(err) end diff --git a/repository/data/app-claw/local.lua b/repository/data/app-claw/local.lua index 1310511..ce99e31 100644 --- a/repository/data/app-claw/local.lua +++ b/repository/data/app-claw/local.lua @@ -110,7 +110,8 @@ return { desc = "Application launcher bar", v = 0, deps = { - "neo" + "neo", + "zzz-license-pd" }, dirs = { "apps", @@ -125,7 +126,8 @@ return { desc = "Searching launcher", v = 0, deps = { - "neo" + "neo", + "zzz-license-pd" }, dirs = { "apps",