gitlabEdit

alarm-clockTimers

Stopwatch for your favorite races, Pomodoro for task management, and timer to time yourself in some process

The stopwatch is a timepiece that measures the elapsed time between the activation time and the current time. Generally, they're used to measure how much time did doing a specific thing take.

To get started, expand a section below.

chevron-rightTimerhashtag

The timer counts down from the set time, usually minutes, to zero to set the target time. Once the time is up, the timer rings. It's used to limit the time in any action that should be done by humans.

The simulated kernel powers the timer feature that, by default, sets the remaining time to just one minute.

Usage

The controls are:

Keybinding
Description

ENTER

Start counting down from the set time or reset counting down

T

Specifies the remaining time

ESC

Exits the application

circle-info

You can start the application up with the timer command.

chevron-rightStopwatchhashtag

The most famous example of a stopwatch is the stop clock, which is used in sports to measure the time between the start of the game and the current time. Additionally, some stopwatches provide the laps system, which is useful for sports game that contains the laps, like racing or running.

The simulated kernel also simulates the stopwatch functionality with the ability to set the laps. You can also reset the stopwatch.

Usage

The controls are:

Keybinding
Description

ENTER

Starts counting up the time or stops the entire stopwatch

L

Sets the lap on the current elapsed time

SHIFT + L

Shows a complete list of laps in an informational box

R

Resets the stopwatch and its laps

ESC

Exits the application

circle-info

You can start the application up with the stopwatch command.

chevron-rightPomodorohashtag

The pomodoro timer allows you to set a 20 to 50-minute work job for a long work, set short breaks until you complete the four pomodori, then take a long break (20 to 30-minute break). This is effective in letting you work more efficiently.

The Pomodoro timer is provided to you by the kernel addon to simplify the task of dividing time into break segments.

Usage

The controls are:

Keybinding
Description

ENTER

Start counting down from the set time or reset counting down

T

Specifies the work time

B

Specifies the break time

ESC

Exits the application

circle-info

You can start the application up with the pomodoro command.

Last updated