From 7fbd0bac09798fe21d8ff68b3f56db42f801020b Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 8 Oct 2024 15:33:32 +0200 Subject: [PATCH] fix(eww -> timer): Fixed timer progress reset value --- bar/eww/scripts/timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/eww/scripts/timer b/bar/eww/scripts/timer index 396cbac..52f9306 100755 --- a/bar/eww/scripts/timer +++ b/bar/eww/scripts/timer @@ -56,7 +56,7 @@ handle_signal() { kill -9 $sub_timer_pid sub_timer_pid=0 timer_state_state="inactive" - timer_state_progress=100 + timer_state_progress=100000 update_timer_state else start_timer "work" &