dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.42k stars 338 forks source link

Set icon position to a corner #972

Open RustemB opened 2 years ago

RustemB commented 2 years ago

How to put icon at the corner of notification? not at the center of left/right side only

fwsmit commented 2 years ago

If you want that, you should send a PR :)

RustemB commented 2 years ago

i'm bad in C :disappointed:

fwsmit commented 2 years ago

It should be pretty simple to implement. You can take a look at how the other positionings are implemented

tfaughnan commented 2 years ago

Is this not already achievable through a combination of both icon_position and vertical_alignment?

fwsmit commented 2 years ago

Don't think so, but you can try

bynect commented 4 months ago

did the pr fix this?