john-json / dotfiles

collection of my va dotfiles
2 stars 1 forks source link

Sketchybar deps #3

Open marsjane opened 1 month ago

marsjane commented 1 month ago

Thanks for the sharing, I saw you are using lua sketchybar config, and also helper folders, I assume you need all these following installed as deps, is it true?

[SbarLua](https://github.com/FelixKratz/SbarLua): A Lua API for SketchyBar
[sketchybar-app-font](https://github.com/kvndrsslr/sketchybar-app-font): A symbol font for SketchyBar
[SketchyBarHelper](https://github.com/FelixKratz/SketchyBarHelper): A header for C/C++ to directly communicate with SketchyBar
john-json commented 1 month ago

yes you need those for it to work with lua :) I would recommend installing sketchybar from the original lua installation and then just copy my folders over to your sketchybar folder.

marsjane commented 1 month ago

Oh does it have a lua version sketchybar? Can you show me which one? I only saw original sketchybar and the sbarlua for lua api

john-json commented 1 month ago

I don't know if im getting it all confused right now but here

FelixKratz dotfiles

install it with curl -L https://raw.githubusercontent.com/FelixKratz/dotfiles/master/install_sketchybar.sh | sh

that's how I did it to install sketchybar with lua :)

marsjane commented 1 month ago

So nice of you! Much thanks i will try!