aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/sketchybar/bar-config/sketchybarrc
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/sketchybar/bar-config/sketchybarrc')
-rwxr-xr-xusers/ryan/modules/sketchybar/bar-config/sketchybarrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/ryan/modules/sketchybar/bar-config/sketchybarrc b/users/ryan/modules/sketchybar/bar-config/sketchybarrc
index 5d4e161..34238b2 100755
--- a/users/ryan/modules/sketchybar/bar-config/sketchybarrc
+++ b/users/ryan/modules/sketchybar/bar-config/sketchybarrc
@@ -59,7 +59,7 @@ add_popup() {
59# LEFT — hyprland/workspaces -> yabai spaces 59# LEFT — hyprland/workspaces -> yabai spaces
60# (hyprland/submap has no yabai/macOS analog -> omitted) 60# (hyprland/submap has no yabai/macOS analog -> omitted)
61# ============================================================================ 61# ============================================================================
62for sid in 1 2 3 4 5 6 7 8 9 10; do 62for sid in 1 2 3 4 5 6 7 8 9; do
63 sketchybar --add space space.$sid left \ 63 sketchybar --add space space.$sid left \
64 --set space.$sid \ 64 --set space.$sid \
65 space=$sid \ 65 space=$sid \
@@ -70,7 +70,7 @@ for sid in 1 2 3 4 5 6 7 8 9 10; do
70 background.drawing=off \ 70 background.drawing=off \
71 padding_left=5 padding_right=5 \ 71 padding_left=5 padding_right=5 \
72 script="$PLUGIN_DIR/space.sh" \ 72 script="$PLUGIN_DIR/space.sh" \
73 click_script="yabai -m space --focus $sid 2>/dev/null" 73 click_script="osascript -e 'tell application \"System Events\" to key code ${sid} using option down'"
74done 74done
75 75
76# ============================================================================ 76# ============================================================================