local App = require("astal.gtk3.app") local lib = require("lib") App:start({ css = lib.src("main.css"), main = function() error("must start astal-shell first") end, client = function(req) req("launcher") end, })