FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
6.55k stars 95 forks source link

Icons gone after updates? #627

Closed meksrc closed 1 month ago

meksrc commented 1 month ago

Hi guys,

couple of months now i had no time to play around with my macbook, and today i did quite alot of brew and macos updates, but now my sketchybar looks like this: Also wifi always shows "not connected"

Bildschirmfoto 2024-10-01 um 16 11 29

FelixKratz commented 1 month ago

You might have updated your nerdfont to a new version, where several icons have been removed/relocated see https://github.com/ryanoasis/nerd-fonts/issues/1190

meksrc commented 1 month ago

Thank you :) i replaced my icons and its working again, any idea about wifi? Am i using something outdated? Btw. the "airport network" thing did not work which i found here.

`#!/bin/sh

The wifi_change event supplies a $INFO variable in which the current SSID

is passed to the script.

INFO="$(/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport -I | awk -F' SSID: ' '/ SSID: / {print $2}')"

WIFI=${INFO:-"Not Connected"}

sketchybar --set $NAME label="${WIFI}"`