Simple Pomodoro timer.
Find a file
2025-12-16 17:36:12 +01:00
external Fix readme and license 2025-12-16 17:36:12 +01:00
images First commit 2024-10-16 12:17:51 +02:00
selenite-builder@c5bca44f70 Fix readme and license 2025-12-16 17:36:12 +01:00
src Update dependencies 2025-11-04 14:51:32 +01:00
ui Remove Slint as direct dependency, it's already included in Selenite 2025-11-12 10:46:28 +01:00
.gitignore Update dependencies 2025-11-04 14:51:32 +01:00
.gitmodules Update dependencies 2025-11-04 14:51:32 +01:00
.selenite-builder.env Update dependencies 2025-11-04 14:51:32 +01:00
CMakeLists.txt Remove Slint as direct dependency, it's already included in Selenite 2025-11-12 10:46:28 +01:00
focus.desktop Update dependencies 2025-11-04 14:51:32 +01:00
focus.png Update dependencies 2025-11-04 14:51:32 +01:00
LICENSE Fix readme and license 2025-12-16 17:36:12 +01:00
README.md Fix readme and license 2025-12-16 17:36:12 +01:00

Warning

This is a work in progress and not stable.

Focus

Simple Pomodoro timer.

Focus

Build from source

Requirements

  • GCC >= 14.2.1
  • CMake >= 3.30.2
  • Ninja (or Make but you will need to adapt the commands)
  • Rustc >= 1.88.0
  • Git

You can provide a custom script to execute when the timer ends, the usual usage is to display a notification and play a sound, so if you don't provide your own script you also need:

  • notify-send (notification's visual)
  • gst-play-1.0 (notification's sound)

Steps

Fetch the repository and run the build script (or read it to know what it does):

git clone --recursive https://codeberg.org/vyn/focus.git
cd focus
sh selenite-builder/selenite-builder.sh

Then you should have a focus executable in the build directory you are currently in.

Contributing

Feel free to make suggestions and report issues, but I do not accept contributions (pull requests).