A ligature-based symbol font and a mapping function for sketchybar, inspired by simple-bar's usage of community-contributed minimalistic app icons. Please feel free to contribute icons or add applications to the mappings through PRs.
If you can't contribute yourself, you can ask for icons in issues and maybe someone will work on those issues, but please note that I'm not committed to work on those issues myself.
However, I will try to merge all PRs asap.
# install dependencies
pnpm install
# - build the files
# - install the font to: $HOME/Library/Fonts/sketchybar-app-font.ttf
# - install the icon map script to: $HOME/.config/sketchybar/icon_map.sh
pnpm run build:install
# - build the files
# - install the font to: $HOME/Library/Fonts/sketchybar-app-font.ttf
# - replace the icon map function in the given script
pnpm run build:install -- $HOME/.config/sketchybar/scripts/my-script.sh
# same as build:install but watches changes to files in ./svgs and ./mappings and refires
pnpm run build:dev
pnpm run build:dev -- $HOME/.config/sketchybar/scripts/my-script.sh
source ./path/to/icon_map.sh
__icon_map "${app_name}"
symbol_ligature="${icon_result}"
### START-OF-ICON-MAP
# Here be the function
### END-OF-ICON-MAP
pnpm run build:install -- $HOME/.config/sketchybar/scripts/my-script.sh
(Core method copied from https://github.com/Jean-Tinland/simple-bar/issues/164#issuecomment-896912216)
For each icon I'm following these steps:
24x24
viewbox"App Name 1" | "App Name 2"