do-not-disturb icon indicating copy to clipboard operation
do-not-disturb copied to clipboard

Control the macOS `Do Not Disturb` feature

Results 5 do-not-disturb issues
Sort by recently updated
recently updated
newest added

getDoNotDisturb is not working anymore on mac os v.11 (Big Sur) since they removed ~/Library/Preferences/ByHost/com.apple.notificationcenterui setting

Looks like its not working with MacOS 12.0 Monterey

In the logs of our Electron based app, I see the following error in some users running macOS Catalina: ``` Command was killed with SIGKILL ``` It happens when calling...

Is it permanent or is there some max-value? (also, `$ dnd` does not seem to work on the 3 computers I tested (this only relevant to the cli)

Could use the same method of doing it as https://github.com/LinusU/DarkModeListener/blob/master/Sources/main.swift and https://github.com/LinusU/node-dark-mode-listener

enhancement
help wanted