mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
15 lines
272 B
Bash
15 lines
272 B
Bash
#!/bin/bash
|
|
|
|
svim=(
|
|
script="$PLUGIN_DIR/svim.sh"
|
|
icon=$INSERT_MODE
|
|
icon.font.size=20
|
|
updates=on
|
|
drawing=off
|
|
)
|
|
|
|
sketchybar --add event svim_update \
|
|
--add item svim right \
|
|
--set svim "${svim[@]}" \
|
|
--subscribe svim svim_update
|