From baeb73c6fc8bc967596804e8fab31a66856dfd85 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Tue, 14 Apr 2026 22:15:47 -0500 Subject: [PATCH] update sketchybar config - Style items - Change space names --- sketchybar/.config/sketchybar/sketchybarrc | 23 +++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/sketchybar/.config/sketchybar/sketchybarrc b/sketchybar/.config/sketchybar/sketchybarrc index 437983c..96738d7 100755 --- a/sketchybar/.config/sketchybar/sketchybarrc +++ b/sketchybar/.config/sketchybar/sketchybarrc @@ -14,10 +14,15 @@ default=( icon.padding_right=4 label.padding_left=4 label.padding_right=4 + background.color=0xffDE2174 + background.height=20 + background.corner_radius=25 + background.padding_left=5 + background.padding_right=5 ) sketchybar --default "${default[@]}" -SPACE_ICONS=("1" "2" "3" "4" "5" "6" "7" "8" "9" "10") +SPACE_ICONS=("I" "II" "III" "4" "5" "6" "7" "8" "9" "10") for i in "${!SPACE_ICONS[@]}" do sid="$(($i+1))" @@ -27,25 +32,25 @@ do icon.padding_left=7 icon.padding_right=7 background.color=0x40ffffff - background.corner_radius=5 - background.height=25 + background.corner_radius=25 + background.height=20 label.drawing=off script="$PLUGIN_DIR/space.sh" - click_script="yabai -m space --focus $sid" ) sketchybar --add space space."$sid" left --set space."$sid" "${space[@]}" done sketchybar --add item chevron left \ - --set chevron icon= label.drawing=off \ + --set chevron icon= label.drawing=off background.color=0x00000000 \ --add item front_app left \ --set front_app icon.drawing=off script="$PLUGIN_DIR/front_app.sh" \ --subscribe front_app front_app_switched -sketchybar --add item pika left \ - --set pika background.drawing=on \ - --set pika background.image.scale=0.08 \ - --set pika background.image="$IMAGE_DIR/weavile.png" +sketchybar --add item pika left --set pika \ + background.drawing=on \ + background.image.scale=0.08 \ + background.image="$IMAGE_DIR/weavile.png" \ + background.color=0x00000000 sketchybar --add item clock right \ --set clock update_freq=10 icon= script="$PLUGIN_DIR/clock.sh" \ -- 2.43.0