heyjuvi / avizo

A neat notification daemon
GNU General Public License v3.0
450 stars 23 forks source link

Move the image/icon on the x/y position #71

Open Eclextic opened 2 months ago

Eclextic commented 2 months ago

It would be nice if we got a way to move the icon displayed on the x and y position, so that the volume icon can be placed next to the slider for example.

donovanglover commented 1 month ago

SwayOSD does this by default as well.

heyjuvi commented 1 month ago

Agree, this would be cool. For that the image should probably be drawn manually I instead of using GtkImage, so it can be freely positioned.

Questions to be answered: How to place the progress bar relative to the image? Should it also be freely movable? Relative to the notifications center?

Feel free to propose something! :)

Eclextic commented 4 weeks ago

I'd propose the following:

The center bar will always be the center no matter what. It rather is a question of how to place the image relative to the slider rather than the slider to the image...

Going with image relative to the slider:

Here is a fitting representation in MS paint cus why not: image

(god this looks horrendous xd)