1.1.3 • Published 4 years ago

kap-hide-clock v1.1.3

Weekly downloads
45
License
MIT
Repository
github
Last release
4 years ago

kap-hide-clock Build Status

Kap plugin - Hide the menu bar clock or Dato while recording

This hides the menu bar date/time widget while recording, which can be useful: 1. When you don't want to show that you recorded something at 4 AM. 2. If you edit a lot and leave out parts, the time will jump, which can be distracting.

Install

In the Kap menu, go to Preferences…, select the Plugins pane, find this plugin, and toggle it.

Usage

In the cropper or by right-clicking the tray icon, click the icon, then Plugins and make sure Hide Clock is enabled.

Demo

npm.io

Integration

If you would like your date/time app to integrate with this, you can subscribe to the following notifications posted by the plugin:

  • com.wulkano.kap.hideclock.willStartRecording
  • com.wulkano.kap.hideclock.didStopRecording

Subscribe with either DistributedNotificationCenter (Native) or systemPreferences.subscribeNotification (Electron).