#fnott — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fnott, aggregated by home.social.
-
Happy release day! 🎉
* #yambar: https://codeberg.org/dnkl/yambar/releases/tag/1.10.0
* #fuzzel: https://codeberg.org/dnkl/fuzzel/releases/tag/1.9.2
* #fnott: https://codeberg.org/dnkl/fnott/releases/tag/1.4.1Last day of my vacation. Fingers crossed I can do a #foot release later today as well!
-
Happy release day! 🎉
* #yambar: https://codeberg.org/dnkl/yambar/releases/tag/1.10.0
* #fuzzel: https://codeberg.org/dnkl/fuzzel/releases/tag/1.9.2
* #fnott: https://codeberg.org/dnkl/fnott/releases/tag/1.4.1Last day of my vacation. Fingers crossed I can do a #foot release later today as well!
-
Happy release day! 🎉
* #yambar: https://codeberg.org/dnkl/yambar/releases/tag/1.10.0
* #fuzzel: https://codeberg.org/dnkl/fuzzel/releases/tag/1.9.2
* #fnott: https://codeberg.org/dnkl/fnott/releases/tag/1.4.1Last day of my vacation. Fingers crossed I can do a #foot release later today as well!
-
#fnott 1.4.0 has been released! 🎉
-
Format strings for #fnott!
Don't want the application name in the notification? Set "title-format=".
Want to customize the markup? The new *-format options recognize "<b>", "<i>" and "<u>".
-
-
-
My project #fnott (notification daemon) uses #nanosvg to render SVG icons.
I've always thought the rendered icons looked bad, compared to the ones rendered by librsvg. I chalked it up to nanosvg being "simple stupid" [sic].
Turns out /I'm/ stupid.
Nanosvg produces RGBA output that is NOT pre-multiplied.
But, pixman expects pre-multiplied color channels.
Blend a non-premultplied image as if it was pre-multiplied, and the result is, well, crap.