mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 03:43:02 +00:00
fix default click script
This commit is contained in:
parent
9f98a4bd9c
commit
d88199cc11
1 changed files with 14 additions and 14 deletions
|
@ -59,7 +59,7 @@ do
|
|||
background.height=20 \
|
||||
label.drawing=off \
|
||||
script="$PLUGIN_DIR/space.sh" \
|
||||
click_script="yabai -m space --focus $i"
|
||||
click_script="yabai -m space --focus $(($i+1))"
|
||||
done
|
||||
|
||||
##### Adding Left Items #####
|
||||
|
|
Loading…
Reference in a new issue