File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
config/stow/sketchybar/.config/sketchybar Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ wezterm=👾
1212code=🧑🏻💻
1313kiro=👻
1414cursor=🐁
15- keyboard=⌨️
15+ keyboard=
1616karabiner=🧗🏻♀️
1717system=⚙️
1818streamlabs=🎬
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ PLUGIN_DIR="$CONFIG_DIR/plugins"
1818# sketchybar --bar position=top height=24 blur_radius=30 color=0x40000000
1919bar=(
2020 position=top
21- height=28
21+ height=30
2222 blur_radius=30
2323 color=0x40000000
2424 border_color=0x40000000
2525 border_width=1
26- padding_left=16
27- padding_right=16
26+ padding_left=2
27+ padding_right=6
2828)
2929sketchybar --bar " ${bar[@]} "
3030
@@ -62,15 +62,19 @@ sketchybar --default "${default[@]}"
6262# https://felixkratz.github.io/SketchyBar/config/items
6363#
6464# Active app
65- sketchybar --add item chevron left \
66- --set chevron icon= \
67- label.drawing=off \
68- icon.font=" FiraCode Nerd Font:Normal:16.0" \
69- padding_right=0 \
70- --add item front_app left \
65+ sketchybar --add item front_app left \
7166 --set front_app script=" $PLUGIN_DIR /front_app.sh" \
7267 --subscribe front_app front_app_switched
7368
69+ # sketchybar --add item chevron left \
70+ # --set chevron icon= \
71+ # label.drawing=off \
72+ # icon.font="FiraCode Nerd Font:Normal:16.0" \
73+ # padding_right=0 \
74+ # --add item front_app left \
75+ # --set front_app script="$PLUGIN_DIR/front_app.sh" \
76+ # --subscribe front_app front_app_switched
77+
7478# #### Adding Right Items #####
7579# In the same way as the left items we can add items to the right side.
7680# Additional position (e.g. center) are available, see:
You can’t perform that action at this time.
0 commit comments