More finetuning of overflow counter
This commit is contained in:
@@ -45,6 +45,5 @@ if (( overflow > 0 )) && [[ "$layout" == "scrolling" ]]; then
|
||||
printf '{"text":"%s +%d","tooltip":"%d windows; approx %d fit (column_width=%s)","class":"overflow"}\n' \
|
||||
"$ICON" "$overflow" "$win_count" "$max_visible" "$COLUMN_WIDTH"
|
||||
else
|
||||
printf '{"text":"","tooltip":"%d windows; approx %d fit","class":"ok"}\n' \
|
||||
"$win_count" "$max_visible"
|
||||
fi
|
||||
printf '{"text":"","class":"hidden"}\n'
|
||||
fi
|
||||
Reference in New Issue
Block a user