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 a1c7a48a8..d30683a29 100755 --- a/henrovnix_ok/assets/conf/desktop/hypr/scripts/hyprscroll-overflow.sh +++ b/henrovnix_ok/assets/conf/desktop/hypr/scripts/hyprscroll-overflow.sh @@ -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