-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do-not-disturb is still disturbing #468
Comments
Same! I tried it this way:
The dialog box with: "test" appeared in the corner... Arch Linux: |
Does |
Hi same here.
only returns default. |
made it work: # added to config
[mode=hide]
invisible=1
makoctl mode -s hide # hide the notif
makoctl mode -r hide # restore notif + show the hidden notif maybe the dash in do-not-disturb, i don't know Also, in the man 5 mako:
Should be :
|
@parisni thank you! That was a big help. I wrote a short script to toggle "do not disturb" on and off:
Here's the module:
Does anyone know how to make the toggle icons work? |
Instead of silently ignoring extra arguments, print an error to help users. References: #468
Beware, the copy-pasted text from the man page contains special Unicode characters: in the copy-pasted text above "‐" is U+2010, but the correct ASCII character to use "-" is U+002D. I've pushed 6373655 to print an error instead of silently ignoring unused positional arguments. Note, a toggle flag has been added in #502. |
I must be missing something.
Following man 5 mako, I've put:
in my config file.
Then I add the mode with
makoctl mode -a do-not-disturb
.But I'm still receiving all the notifications.
The text was updated successfully, but these errors were encountered: