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