We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5b31a commit 8d5d355Copy full SHA for 8d5d355
1 file changed
config/stow/sketchybar/.config/sketchybar/sketchybarrc
@@ -33,8 +33,8 @@ sketchybar --bar \
33
default=(
34
padding_left=5
35
padding_right=5
36
- icon.font="SauceCodePro Nerd Font:Normal:17.0"
37
- label.font="SauceCodePro Nerd Font:Normal:14.0"
+ icon.font="Hack Nerd Font:Normal:17.0"
+ label.font="Hack Nerd Font:Normal:12.0"
38
icon.color=0xffffffff
39
label.color=0xffffffff
40
label.padding_left=8
@@ -170,7 +170,7 @@ for sid in $(aerospace list-workspaces --all); do
170
sketchybar --add item space.$sid right \
171
--subscribe space.$sid aerospace_workspace_change \
172
--set space.$sid \
173
- label="wrk: $sid" \
+ label="*$sid" \
174
click_script="aerospace workspace $sid" \
175
script="$CONFIG_DIR/plugins/aerospace.sh $sid"
176
done
0 commit comments