Skip to content

Commit 8d5d355

Browse files
devydevy
authored andcommitted
update sketchybar config
1 parent db5b31a commit 8d5d355

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/stow/sketchybar/.config/sketchybar/sketchybarrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ sketchybar --bar \
3333
default=(
3434
padding_left=5
3535
padding_right=5
36-
icon.font="SauceCodePro Nerd Font:Normal:17.0"
37-
label.font="SauceCodePro Nerd Font:Normal:14.0"
36+
icon.font="Hack Nerd Font:Normal:17.0"
37+
label.font="Hack Nerd Font:Normal:12.0"
3838
icon.color=0xffffffff
3939
label.color=0xffffffff
4040
label.padding_left=8
@@ -170,7 +170,7 @@ for sid in $(aerospace list-workspaces --all); do
170170
sketchybar --add item space.$sid right \
171171
--subscribe space.$sid aerospace_workspace_change \
172172
--set space.$sid \
173-
label="wrk: $sid" \
173+
label="*$sid" \
174174
click_script="aerospace workspace $sid" \
175175
script="$CONFIG_DIR/plugins/aerospace.sh $sid"
176176
done

0 commit comments

Comments
 (0)