Testing hyprflow script

This commit is contained in:
2026-02-26 15:20:13 +01:00
parent e7f2e72cfb
commit c8bd1abb8d
@@ -44,6 +44,6 @@ if (( overflow > 0 )); then
"$ICON" "$overflow" "$win_count" "$max_visible" "$COLUMN_WIDTH"
else
# If you want it visible even when OK, change "" to "•"
printf '{"text":"","tooltip":"%d windows; approx %d fit","class":"ok"}\n' \
printf '{"text":"TESTING Hyprsroll","tooltip":"%d windows; approx %d fit","class":"ok"}\n' \
"$win_count" "$max_visible"
fi