Plugin idea: Hide date/time in menu bar while recording
See original GitHub issueThis should be possible to implement when https://github.com/wulkano/kap/pull/804 is merged.
Idea from https://twitter.com/rauschma/status/1234155670036979712
I debugged the system preferences and discovered a way to hide the clock programmatically:
Hide:
defaults write com.apple.systemuiserver "menuExtras" "(\"/System/Library/CoreServices/Menu Extras/AirPort.menu\", \"/System/Library/CoreServices/Menu Extras/Volume.menu\")" && killall SystemUIServer
Show:
defaults write com.apple.systemuiserver "menuExtras" "(\"/System/Library/CoreServices/Menu Extras/AirPort.menu\", \"/System/Library/CoreServices/Menu Extras/Volume.menu\", \"/System/Library/CoreServices/Menu Extras/Clock.menu\")" && killall SystemUIServer
Actually, “Show” is not entirely correct. We need to first read what menuExtras
contains before disabling and then restore that.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Hide menu bar - IDEs Support (IntelliJ Platform) | JetBrains
Hello,. Unfortunately it is not possible to hide it, but it hides automatically in the full screen mode. Would this be suitable?
Read more >Big Sur: How to remove date from menu bar?
When I go to "System Preference" -> "Dock & Menu Bar" -> "Clock: Menu Bar Only", there are checkboxes you can uncheck that...
Read more >Global date and time field format
You define default date and time formats globally using system properties.
Read more >How to Hide & Show Date & Time on Menu Bar of Mac® OS X
Watch GuruAid's Tutorial video on How to Hide & Show Date & Time on Menu Bar of Mac® OS X™. You can customize...
Read more >The Events Calendar – WordPress plugin
The Events Calendar is the number one calendar plugin for WordPress. Easily create and manage events (including virtual events!) on your WordPress sit...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/karaggeorge/kap-hide-clock
@karaggeorge Two reasons: