From 294d468d290b3b88ad49c46cf160770193fd8953 Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 25 Jul 2025 14:22:12 +0200 Subject: [PATCH] initial version --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f517183 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +##how to control visibility of menulets via terminal## + +###on MacOS X 10.11 (and probably before):### + +``` +$ defaults read com.apple.systemuiserver + +``` + +be cautious: in this command :menuExtra:1 refers to the second entry from the output of the previous command + +``` +$ /usr/libexec/PlistBuddy -c 'Delete :menuExtras:1' ~/Library/Preferences/com.apple.systemuiserver.plist +$ killall SystemUIServer +``` + +the second command needs to be applied multiple times, at least some times :-) \ No newline at end of file