5 lines
193 B
Lua
5 lines
193 B
Lua
|
|
-- Add the sketchybar module to the package cpath
|
||
|
|
package.cpath = package.cpath .. ";/Users/" .. os.getenv("USER") .. "/.local/share/sketchybar_lua/?.so"
|
||
|
|
|
||
|
|
-- os.execute("(cd helpers && make)")
|