Adapted ZED settings.conf
This commit is contained in:
@@ -122,12 +122,12 @@ 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"
|
||||
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' \
|
||||
printf '{"text":"%s","tooltip":"%s","class":"%s"}"$'\n' \
|
||||
"$(json_escape "$text")" \
|
||||
"$(json_escape "$tooltip")" \
|
||||
"$(json_escape "$cls")"
|
||||
|
||||
Reference in New Issue
Block a user