|
NAMEwaybar - sway scratchpad module DESCRIPTIONThe scratchpad module displays the scratchpad status in Sway CONFIGURATIONAddressed by sway/scratchpad format:
show-empty:
format-icons:
tooltip:
tooltip-format:
menu:
menu-file:
GtkMenu with id menu
menu-actions:
expand:
FORMAT REPLACEMENTS{icon}: Icon, as defined in format-icons. {count}: Number of windows in the scratchpad. {app}: Name of the application in the scratchpad. {title}: Title of the application in the scratchpad. EXAMPLES"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
}
STYLE
|