feat(sway/language): option to hide module with single layout

This commit is contained in:
Aleksei Bavshin
2024-02-21 20:22:35 -08:00
parent 99c48bca36
commit 188789592e
3 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,11 @@ Addressed by *sway/language*
default: {} ++
The format, how layout should be displayed.
*hide-single-layout*: ++
typeof: bool ++
default: false ++
Defines visibility of the module if a single layout is configured
*tooltip-format*: ++
typeof: string ++
default: {} ++