Toqozz / wired-notify

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

Support the simple HTML styling tags #116

Open 0x61nas opened 1 year ago

0x61nas commented 1 year ago

Most notifications demons support the ability to style the text inside the notification using simple HTML tags like the <b> to make the text bold and <i> to make the text italic, at so on

The expected output

image

The image from dunst demon

The actual output

image