hyprlock: mention br supprot

This commit is contained in:
Vaxry 2024-02-20 01:13:06 +00:00
parent 7da139c735
commit 1391d6bd35
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ widget_name {
### General remarks
- All rendered text supports [pango markup](https://docs.gtk.org/Pango/pango_markup.html).
- Additionally hyprlock will parse `<br/>` for your convenience. (That's a linebreak) Remember to enable linebreaks in your spans with `allow_breaks="true"`.
- Positioning is done via halign, valign and position. Position is an added offset to the result of alignment.
- halign: `left`, `center`, `right`, `none`. valign: `top`, `center`, `bottom`, `none`