.dotfiles/dot_config/sketchybar/helpers/init.lua
2025-02-14 09:59:25 -05:00

4 lines
190 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)")