From 03e617b64a446e6d63f6e92126766874f21b5352 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 12 Mar 2024 10:53:38 +0100 Subject: use file instead of folder to store state --- core/state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/state') diff --git a/core/state b/core/state index 580afc6..6aad04b 100755 --- a/core/state +++ b/core/state @@ -17,5 +17,5 @@ EOF } . "$core_path/update" -echo "lap $lap, $state, $(fmt_time $remaining)" +echo "lap $lap, $([ $running -eq 1 ] && echo "running" || echo "paused"), $(fmt_time $remaining)" -- cgit v1.2.3