Toqozz / wired-notify

Lightweight notification daemon with highly customizable layout blocks, written in Rust.
MIT License
608 stars 28 forks source link

Notifications spawn in the top left of the screen #71

Closed Sonic803 closed 2 years ago

Sonic803 commented 2 years ago

Even if they go on the right, for the first frame the notification spawns on the top left

Toqozz commented 2 years ago

Would you be able to drop your config file here?

Sonic803 commented 2 years ago

https://pastebin.com/U1MdP941

Toqozz commented 2 years ago

I couldn't reproduce this locally, but can see why it might happen. Would you mind trying the latest master version and telling me if it still happens?

Sonic803 commented 2 years ago

Downloading the latest version and compiling it solved the issue, thanks a lot.