Files
dotFiles/__sketchybar/helpers/init.lua

5 lines
193 B
Lua
Raw Normal View History

2024-09-16 03:19:04 +05:30
-- 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)")