mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 11:53:02 +00:00
click actions, graphing improvements and some general fixes
This commit is contained in:
commit
2a2739483f
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ chmod +x name/of/plugin.sh
|
|||
```
|
||||
You should of course vet the code from all plugins before granting them the executable bit to make sure they are not harming your computer.
|
||||
|
||||
If you have problems with missing fonts you might need to install the Hack Nerd Font:
|
||||
```bash
|
||||
brew tap homebrew/cask-fonts
|
||||
brew install --cask font-hack-nerd-font
|
||||
```
|
||||
|
||||
|
||||
Credits:
|
||||
yabai,
|
||||
|
|
Loading…
Reference in a new issue