-
Notifications
You must be signed in to change notification settings - Fork 351
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
frame_color issue #673
Comments
I'm not sure I understand what the issue is here. |
(edited a typo in the first post). I'm expecting each notification to be displayed with its 4 border's dedicated frame_color. dunstrc.txt (added the txt suffix to upload the file) |
I just got some time to test this and now I get what you mean. It's not really a bug but a hastily made compromise for code clarity. I'm open to adding an option of using half the separator for the top notification frame color and the other half for the bottom one as I think you expect it do. |
How about making it a real separator, like: |............................................................| |
@fwsmit I noticed some inconsistencies with the frame coloring so I wanted to implement a more well defined behavior Where the yellow are the notification frames, the purple is a (optional) "window" frame and red is the separator. |
What is people don't want 3 lines in between every notification? Currently the window frame is hidden in between each notification, showing only the separator |
The idea was to be able to control which part of the frame is colored (there was an issue like that). So that you can indeed have no lines or 3 or whatever you like. Something like |
How would you make sure to have a frame at the top and the bottom of all the notifications? |
I won't, the choice is up to the user. |
Yeah, but how would the user configure this? If you only enable left and right border there would be no top and bottom border. |
~/.config/dunst/dunstrc
[global]
separator_height = 5
separator_color = auto / frame # same result with the 2 options
*** EDIT - correction: separator_color = auto / foreground
When setting a different frame_color in the [global] and [urgency_low/normal/critical] sections, and issuing a series of notifications with:
notify-send [-u low/normal/critical] "123" "ABC"
only the first notification's frames (top, bottom, left, right) are displayed with the correct frame_color.
Once other notifications pop-up, each additional notification is missing the correct top frame_color.
Is this a bug?
The text was updated successfully, but these errors were encountered: