Files
Waybar/man/waybar-hyprland-windowcount.5.scd
T

47 lines
1.2 KiB
Scdoc
Raw Normal View History

2024-08-24 13:29:46 +10:00
waybar-hyprland-windowcount(5)
2024-08-24 00:06:24 +10:00
# NAME
2024-08-24 13:29:46 +10:00
waybar - hyprland window count module
2024-08-24 00:06:24 +10:00
# DESCRIPTION
2024-08-24 13:29:46 +10:00
The *windowcount* module displays the number of windows in the current Hyprland workspace.
2024-08-24 00:06:24 +10:00
# CONFIGURATION
2024-08-24 13:29:46 +10:00
Addressed by *hyprland/windowcount*
2024-08-24 00:06:24 +10:00
*format*: ++
typeof: string ++
2024-08-24 13:29:46 +10:00
default: {} ++
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
2024-08-24 00:06:24 +10:00
*separate-outputs*: ++
typeof: bool ++
2024-08-24 13:29:46 +10:00
default: true ++
Show the active workspace window count of the monitor the bar belongs to, instead of the focused workspace.
2024-08-24 00:06:24 +10:00
# STYLE
2024-08-24 13:29:46 +10:00
- *#windowcount*
2024-08-24 00:06:24 +10:00
The following classes are applied to the entire Waybar rather than just the
2024-08-24 13:29:46 +10:00
windowcount widget:
2024-08-24 00:06:24 +10:00
- *window#waybar.empty* When no windows are in the workspace
- *window#waybar.fullscreen* When there is a fullscreen window in the workspace;
useful with Hyprland's *fullscreen, 1* mode