FelixKratz / SbarLua

A Lua API for SketchyBar
GNU General Public License v3.0
151 stars 11 forks source link

Add 'hotload' function instead of using os.execute #1

Closed amusingimpala75 closed 11 months ago

amusingimpala75 commented 11 months ago

Add 'hotload' function, taking a boolean for the hotload state, to use instead of using os.execute.

Also I just wanted something simple so I could figure out exactly how the Lua<->C interop works before trying something more difficult.

FelixKratz commented 11 months ago

Thanks!