diff --git a/README.md b/README.md index 75c1da4..909a7f2 100644 --- a/README.md +++ b/README.md @@ -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 :-) \ No newline at end of file +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 \ No newline at end of file