Adapted tooltip in overflow script
This commit is contained in:
@@ -122,9 +122,10 @@ fi
|
||||
text="$ICON +$overflow"
|
||||
cls="overflow"
|
||||
|
||||
tooltip="WS ${focused_ws_id} • ${win_count} window(s) "$'\n "
|
||||
tooltip+="Approx ${max_visible} fit (column_width=${COLUMN_WIDTH}) "$'\n"
|
||||
tooltip+="------------------------------"$'\n"
|
||||
# IMPORTANT: use "$'\n' for newliners
|
||||
tooltip="WS ${focused_ws_id} • ${win_count} window(s) "$'\n'
|
||||
tooltip+="Approx ${max_visible} fit (column_width=${COLUMN_WIDTH}) "$'\n'
|
||||
tooltip+="------------------------------"$'\n'
|
||||
tooltip+="${tooltip_list:-"(no windows)"}"
|
||||
|
||||
printf '{"text":"%s","tooltip":"%s","class":"%s"}"$'\n' \
|
||||
|
||||
Reference in New Issue
Block a user