Timux is a small timer for linux gamers.
Start/stop counter : Ctrl/cmd+numpad0
Pause/unpause counter : Ctrl/cmd+numpad1
This desktop app was made with electronjs and vuejs3.
You can compile it for your own OS using the following commands. Outputs will be in the dist folder.
npm run build:win # uses windows as build target
npm run build:mac # uses mac as build target
npm run build:linux # uses linux as build target
Optional configuration options can be found in the Electron Builder CLI docs.