From ac648f8666e57ac9ceffe699ad989770833a9a58 Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Thu, 20 Nov 2025 14:00:13 +0100 Subject: [PATCH] fixes issue "PAUSE_KEY command not found" due to incorrect spacing --- tomatoshell | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tomatoshell b/tomatoshell index 8810fcc..951ab0b 100755 --- a/tomatoshell +++ b/tomatoshell @@ -15,8 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . -HELP=" --r, prints total hours spent using tomatoshell and exits +HELP="-r, prints total hours spent using tomatoshell and exits -t, time for every session in minutes [default:25 minutes] -d, delay between sessions in minutes [default:5 minutes] -n, total sessions [default:3] @@ -33,7 +32,7 @@ FIGLET=false ALARM="$HOME/.local/share/tomatoshell/alarm.wav" LOG="$HOME/.local/share/tomatoshell/tomatoshell_log.csv" AUDIO_PLAYER=3 -PAUSE_KEY = 'p' +PAUSE_KEY='p' # colors RED="\033[0;31m"