Merge pull request #4532 from mbroemme/2025-wlr-taskbar-add-justify-option

feat(wlr/taskbar): add `justify` option to control horizontal alignment of the module box
This commit is contained in:
Alexis Rouillard
2026-07-03 23:07:39 +02:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
+4
View File
@@ -70,6 +70,10 @@ Addressed by *wlr/taskbar*
default: false ++
If set to true, group tasks by their app_id. Cannot be used with 'active-first'.
*justify*: ++
typeof: string ++
The alignment of the text within the module's box, allowing options 'left', 'right', or 'center' to define the positioning.
*expand*: ++
typeof: bool ++
default: false ++