Merge pull request #2887 from dann-merlin/master

Add justify config option for Labels
This commit is contained in:
Alexis Rouillard
2024-03-05 09:01:44 +01:00
committed by GitHub
24 changed files with 126 additions and 24 deletions

View File

@ -31,7 +31,11 @@ Addressed by *hyprland/submap*
*align*: ++
typeof: float ++
The alignment of the text, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text.
The alignment of the label within the module, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text.
*justify*: ++
typeof: string ++
The alignment of the text within the module's label, allowing options 'left', 'right', or 'center' to define the positioning.
*on-click*: ++
typeof: string ++