Update README.md

This commit is contained in:
2025-07-25 15:15:18 +02:00
parent 472eb85c38
commit 3240fe27df

View File

@@ -14,4 +14,20 @@ $ /usr/libexec/PlistBuddy -c 'Delete :menuExtras:1' ~/Library/Preferences/com.ap
$ killall SystemUIServer
```
the second command needs to be applied multiple times, at least some times :-)
the second command needs to be applied multiple times, at least some times :-)
### going from Montery (and probably above, not tested !)
Show WIFI menu-item:
```
$ defaults -currentHost write com.apple.controlcenter WiFi -int 18
```
Hide WIFI menu-item:
```
$ defaults -currentHost write com.apple.controlcenter WiFi -int 24
```
It works instantly, not even needed to killall SystemUIServer