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

Not working on Big Sur and later

Open a7madgamal opened this issue 4 years ago • 8 comments

Doesn't seem to have any effect although it reports everything is fine and status command reports the expected result (according to my usage)

a7madgamal avatar Nov 20 '20 16:11 a7madgamal

Yep, same here. The program seems to have its own version of the Do Not Disturb status that is quite independent from the macOS system status.

alexreg avatar Dec 19 '20 22:12 alexreg

has any one come up with an alternative solution? perhaps using applescript?

abaj8494 avatar Dec 30 '20 14:12 abaj8494

@br1ttle check out https://github.com/vitorgalvao/tiny-scripts/blob/master/calm-notifications.

brew install vitorgalvao/tiny-scripts/calm-notifications

strafe avatar Mar 14 '21 20:03 strafe

Probably related to the Big Sur / Monterey breakage in the underlying do-not-disturb module: https://github.com/sindresorhus/do-not-disturb/issues/9

There are workarounds over there, if you need them.

karlhorky avatar Oct 26 '21 10:10 karlhorky

Not working on Monterey too

gqbre avatar Nov 16 '21 07:11 gqbre

Is there a working alternative for Monterey?

ryan6416 avatar Dec 23 '21 20:12 ryan6416

@ryan-efendy https://github.com/sindresorhus/do-not-disturb/issues/9#issuecomment-985931317

gqbre avatar Dec 24 '21 01:12 gqbre

Hey folks, this solution worked quite nicely for me: https://github.com/sindresorhus/do-not-disturb/issues/9#issuecomment-991956241

It's this repo: https://github.com/arodik/macos-focus-mode

It uses a MacOS shortcut but has a pretty nice CLI.

I will be replacing do-not-disturb-cli with it in my Pomodoro project: https://github.com/sprzedwojski/pymodoro

sprzedwojski avatar Dec 10 '22 10:12 sprzedwojski