docs: updated documentation for windowcount.5.scd

This commit is contained in:
Khiet Tam Nguyen
2024-08-24 15:21:33 +10:00
parent 13bc497abd
commit b82bcdb515

View File

@ -15,7 +15,19 @@ Addressed by *hyprland/windowcount*
*format*: ++
typeof: string ++
default: {} ++
The format, how information should be displayed. On {} the current window count is displayed.
The format for how information should be displayed. On {} the current workspace window count is displayed.
*format-empty*: ++
typeof: string ++
Override the format when the workspace contains no windows window
*format-windowed*: ++
typeof: string ++
Override the format when the workspace contains no fullscreen windows
*format-fullscreen*: ++
typeof: string ++
Override the format when the workspace contains a fullscreen window
*separate-outputs*: ++
typeof: bool ++