-
Notifications
You must be signed in to change notification settings - Fork 342
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
Allow setting individual border's properties #1136
Comments
It's indeed not possible to customize individual borders. I believe mako does support that if you run wayland. It shouldn't be too hard to implement. If anyone wants to implement this, it's good to know how the configuration would look like. Do you have suggestions on that? |
Thank you for responding this quickly. I am not a C programmer but reading the code (draw.c), it does seem easy to implement. One way is to keep the However i would argue that
so on so fourth. Since deprecating |
Instead of adding a new setting key you could also change
It would also be good to look at mako's configuration to see how they do it. I believe they do something similar. |
Hmm that sounds like a good solution but dunst allows overriding settings based on urgency and rules (if i understand this correctly). So, consider the case where all the borders have been set to have some colors like
now, if for certain urgency and rules, someone wants to adjust the bottom and left borders they will have to restate top and right for no reason
And they will have to do that for every special rule they make and urgency. Which is a bad experience and a lot of copy/pasting for no reason. Having separate settings for each border won't have theses issues. |
That's true. You could also allow empty values for keeping the old color:
But yeah, it could be discussed more when someone wants to implement it :) |
I am planning an overhaul of dunst frame drawing |
Hello, i am trying to rice dunst's notification borders and would like to customize the properties of a particular edge.
In particular, i am trying to achieve the following look
Reading the docs, i get the impression that this is not currently possible. But I believe it will be a good feature to allow customizing the:
The text was updated successfully, but these errors were encountered: