- Overlay Display: Overlays the timer over all windows.
- Global Hotkeys: Use keys for start/split/reset, pause/unpause, and undo split.
- Platform: Designed primarily for Linux (initially Debian-based systems).
- INSERT: Start, Stop, and Reset.
- First press: Starts the timer.
- Second press: Stops it and displays your time.
- Third press: Resets the timer.
- PAUSE: Pause and Resume the timer.
- HOME: Undo Split.
Install necessary packages:
sudo apt update
sudo apt install build-essential libsdl2-dev libsdl2-ttf-dev libx11-devBuild then install:
make
sudo make installDownload the latest .deb file from the Releases page.
Install the package using:
sudo dpkg -i simplefuckingtimer-YYYYMMDDhhmm-1_amd64.debIf there are dependency issues, run:
sudo apt-get install -f- From the Command Line:
Run:simplefuckingtimer
- From the Desktop Environment:
Look for "Simple Fucking Timer" in your application menu.
To remove the application, run:
sudo make uninstall- fix the 100 days cap
- possibility to change the key bindings
- AppImage build

