FelixKratz / dotfiles

My personal macOS configuration
GNU General Public License v3.0
929 stars 92 forks source link

Xcode icon doesn't show #11

Closed ubuntudroid closed 1 year ago

ubuntudroid commented 1 year ago

CleanShot 2023-01-05 at 18 13 35

For some reason, the Xcode icon doesn't show up in the status bar. It looks to be properly configured in the mappings file, so I'm not sure what's wrong here. 🤷 Other icons seem to work fine so far.

ubuntudroid commented 1 year ago

yabai query for the workspace:

$ yabai -m query --windows --space $space | jq -r ".[].app"
Warp
Code
Xcode
Code
FelixKratz commented 1 year ago

This must be a problem with the app icon font: https://github.com/kvndrsslr/sketchybar-app-font maybe you can report it there, I am not an expert on fonts myself but I can confirm that the Xcode icon indeed seems to be missing.

A trivial fix would be to delete

"Xcode")
  icon_result=":xcode:"
  ;;

from sketchybar/plugins/icon_map.sh, then Xcode would be assigned the fallback icon.

ubuntudroid commented 1 year ago

Right, that makes sense. Will report it over there! 🙌