From 1391d6bd351bc79e1edfd3cf3030dc1862c1ad2e Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 20 Feb 2024 01:13:06 +0000 Subject: [PATCH] hyprlock: mention br supprot --- pages/Hypr Ecosystem/hyprlock.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 657babe..a8c4b13 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -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 `
` 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`