Skip to content

Commit 2461663

Browse files
committed
update sketchybar config
1 parent 59a2948 commit 2461663

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

config/stow/sketchybar/.config/sketchybar/plugins/front_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ wezterm=👾
1212
code=🧑🏻‍💻
1313
kiro=👻
1414
cursor=🐁
15-
keyboard=⌨️
15+
keyboard=
1616
karabiner=🧗🏻‍♀️
1717
system=⚙️
1818
streamlabs=🎬

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

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ PLUGIN_DIR="$CONFIG_DIR/plugins"
1818
# sketchybar --bar position=top height=24 blur_radius=30 color=0x40000000
1919
bar=(
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
)
2929
sketchybar --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:

0 commit comments

Comments
 (0)