-
Notifications
You must be signed in to change notification settings - Fork 5
Rules for silencing or ignoring applications. #14
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
base: main
Are you sure you want to change the base?
Conversation
Added simple regex based rules to perform following actions: 1. *Silence* Do not play audio on notification 2. *Ignore* Ignore the notification
This is in a very initial proof-of-concept stage. |
Looks good. This feature sounds cool! We could also implement the Also, I don't understand the nix thingy (never used it). NixOS package was published by @Bloeckchengrafik and he has been very patient with my ignorance on the topic (i swear I'll use it one day!) |
Heyo! I've tried out the nix flake, but I get the following error. I know too little about go with nixos to fix this. Do you have an idea @kidrigger ?
|
That's a good idea. I was just trying to get the notification to stop interrupting spotify right now. I didn't have the time to check the dbus docs.
Obligatory: "I use NixOS btw". Since you seem okay with this, I will try to get the flake committed in a separate PR first and then rebase this over. |
Nix doesn't have
I don't want to add my devShell flake so I'll wait until I can write a complete flake. For now, I'll remove it. Meanwhile, do you know how to fix this?
I'm trying to do an override in my nix config to use my fork but I have this issue. |
Added simple regex based rules to perform following actions: