Update README.md
This commit is contained in:
18
README.md
18
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 :-)
|
||||
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
|
||||
Reference in New Issue
Block a user