A simple GNOME extension that provides a panel timer with an alarm sound notification. Single time units: Use simple time formats like 1h, 1m, or 1s. Multiple time units: Combine units, such as 1h 30m, 1m 25s, or 1h 20m 30s. Repetitions: Use repX (e.g., rep3 for 3 repetitions). Rest time: Use restX with time units (h, m, s) like rest1h, rest1m, rest30s. Combining Units: You can combine the following units to create a custom timer. For example: 2s rep3 rest1m = 2 seconds of work time, 3 repetitions, and 1 minute of rest between repetitions. 1m rep5 rest30s = 1 minute of work time, 5 repetitions, and 30 seconds of rest after each rep.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
To make it easier for reviewers, the additions are: Single Time Units: Use simple formats like 1h, 1m, or 1s. Multiple Time Units: Combine units like 1h 30m, 1m 25s, or 1h 20m 30s. Repetitions: Use repX (e.g., rep3 for 3 repetitions). Rest Time: Use restX with time units (s, m, h) like rest30s, rest1m, rest1h. Combining Units Example: 2s rep3 rest1m → 2s work, 3 reps, 1m rest. Sorry, the code is a mess now but I'm not having enough time to refactor everything. As soon as I can it'll be better ;)
Please remove the timeout (line 150 `extension.js`) before creating a new one since `_playAlarmSound()` can be called multiple times.
Made it on v6, thanks for the review!