From d88199cc11995138bbd4bf4eef5caeb47413dd6a Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Mon, 27 Jun 2022 20:31:25 +0200 Subject: [PATCH] fix default click script --- sketchybarrc | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/sketchybarrc b/sketchybarrc index d3768d5..eefd39a 100755 --- a/sketchybarrc +++ b/sketchybarrc @@ -46,20 +46,20 @@ SPACE_ICONS=("1" "2" "3" "4" "5" "6" "7" "8") for i in "${!SPACE_ICONS[@]}" do - sketchybar --add space space.$i left \ - --set space.$i associated_space=$(($i+1)) \ - icon=${SPACE_ICONS[i]} \ - icon.highlight_color=0xff48aa2a \ - icon.padding_left=8 \ - icon.padding_right=8 \ - background.padding_left=5 \ - background.padding_right=5 \ - background.color=0x44ffffff \ - background.corner_radius=5 \ - background.height=20 \ - label.drawing=off \ - script="$PLUGIN_DIR/space.sh" \ - click_script="yabai -m space --focus $i" + sketchybar --add space space.$i left \ + --set space.$i associated_space=$(($i+1)) \ + icon=${SPACE_ICONS[i]} \ + icon.highlight_color=0xff48aa2a \ + icon.padding_left=8 \ + icon.padding_right=8 \ + background.padding_left=5 \ + background.padding_right=5 \ + background.color=0x44ffffff \ + background.corner_radius=5 \ + background.height=20 \ + label.drawing=off \ + script="$PLUGIN_DIR/space.sh" \ + click_script="yabai -m space --focus $(($i+1))" done ##### Adding Left Items #####