From 88e9bfe347b53888b9c2a1e8e3af75ede1fb9090 Mon Sep 17 00:00:00 2001 From: etwas Date: Sun, 18 May 2025 18:43:42 +0200 Subject: [PATCH] fix: add arrival time at next stop to the info in the bar --- home/wm/waybar/src/ice_fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wm/waybar/src/ice_fetch.sh b/home/wm/waybar/src/ice_fetch.sh index 3bf2099..d35d683 100755 --- a/home/wm/waybar/src/ice_fetch.sh +++ b/home/wm/waybar/src/ice_fetch.sh @@ -44,7 +44,7 @@ tooltip+="Next stop: ${next_stop_name}\n" tooltip+="${next_stop_arrival_time} (${next_stop_arrival_delay}) - ${distance_km} km" # Create the JSON object -text="${speed} km/h" +text="${speed} km/h - ${next_stop_arrival_time} (${next_stop_arrival_delay})" alt="Current speed" class="icestats" percentage=0