diff --git a/henrovnix_ok/assets/conf/desktop/hypr/scripts/hyprscroll-overflow.sh b/henrovnix_ok/assets/conf/desktop/hypr/scripts/hyprscroll-overflow.sh index fc18999bd..87a0e0749 100755 --- a/henrovnix_ok/assets/conf/desktop/hypr/scripts/hyprscroll-overflow.sh +++ b/henrovnix_ok/assets/conf/desktop/hypr/scripts/hyprscroll-overflow.sh @@ -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