Testing new script
This commit is contained in:
@@ -37,6 +37,6 @@ if [ "$overflow" -gt 0 ]; then
|
||||
"$ICON" "$overflow" "$win_count" "$max_visible" "$COLUMN_WIDTH"
|
||||
else
|
||||
# keep hidden when OK (set text to something like "•" if you want it always visible)
|
||||
printf '{"text":"","tooltip":"%d windows, approx %d fit","class":"ok"}\n' \
|
||||
printf '{"text":"TEST ELSE","tooltip":"%d windows, approx %d fit","class":"ok"}\n' \
|
||||
"$win_count" "$max_visible"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user