-
-
Notifications
You must be signed in to change notification settings - Fork 987
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
hyprpm: Add option to notify on fail and keep original notify #8167
Conversation
Hyprpm fail/pass notification are mutually exclusive.
i would like this too, but i think we should still keep the option for user too. check out a MR in ur fork |
My problem was that on Hyprland first boot i was getting notification and it was ruining the startup animation produced by swww. I see how still keeping this can be good. But i am confused wether in UI case do we need to produce notification for pass state. Like UI should be clutter free, and generating notification on fail would be optimal. @littleblack111 @vaxerski What you wanna do, keep both or keep one. Also if we are going to keep both fail and pass, i thought some changes -->
CodeAt start
we could instead initialize both
Then every And at the end we can do
The reason is that, user will only provide one or the other. |
or we can maybe just use the |
Yes, now we are adding two complexities. The one you suggested (int) and the one mine where we still being implicit about checking only one condition. And if we checking both condition |
ye but then what will jk. -n and -nn sounds reasonable to me. |
* Add option to notify on fail and keep original notify --------- Co-authored-by: KAGEYAM4 <75798544+KAGEYAM4@users.noreply.github.com>
@vaxerski please review |
This comment has been minimized.
This comment has been minimized.
you dont need to ping me assholes I have all notifications on |
Hyprpm fail/pass notification are mutually exclusive.
Describe your PR, what does it fix/add?
By only generating fail notifications, we reduce UI clutter.Add additional
-nn
option to generate notification only on fail events.Is it ready for merging, or does it need work?
Yes