Home

Awesome

<div align="center"> <img src="data/icons/hicolor/scalable/apps/io.github.diegoivanme.flowtime.svg" width="160" height="160"></img>

Flowtime

Get what motivates you done, without losing concentration

<a href="https://flathub.org/apps/details/io.github.diegoivanme.flowtime"> <img width="200" src="https://flathub.org/assets/badges/flathub-badge-en.png" alt="Download on Flathub"> </a> </div>

Gallery:

<div align="center"> <img src="https://raw.githubusercontent.com/Diego-Ivan/Flowtime/main/data/screenshots/01.png" width="283" height="286" style="padding-top=24;"></img> <img src="https://raw.githubusercontent.com/Diego-Ivan/Flowtime/main/data/screenshots/02.png" width="283" height="286"></img> <img src="https://raw.githubusercontent.com/Diego-Ivan/Flowtime/main/data/screenshots/03.png" width="283" height="286"></img> <img src="https://raw.githubusercontent.com/Diego-Ivan/Flowtime/main/data/screenshots/04.png" width="283" height="286"></img> </div>

Features:

Why?

The Pomodoro technique is efficient for tasks you find boring, but having to take a break when you are 100% concentrated in something you like might be annoying. That's why the Flowtime technique exists: take appropriate breaks without loosing your flow.

How does it work?

The time you worked is divided by 5, and that's the break time you'll take. E.g, if you worked for 50 minutes, you'll take a 10 minute break, if you worked for 2 hours, you'll take a 24 minute break.

Installing and Running

Flathub

The only official distribution format for Flowtime is the Flatpak package available on Flathub. Click on the banner on the top of this README.md to go to Flowtime's Flathub page. Any other unofficial distribution format that might be available is highly disencouraged.

Native Packages / Ports

There exist some third party, distribution specific, packages:

DistributionPackage nameMantainer
Alpine Linuxflowtimechereskata
Arch Linux (AUR)flowtimeigor-dyatlov
Arch Linux (AUR)flowtime-gitigor-dyatlov

Building from source

Flatpak and GNOME Builder

GNOME Builder provides a high quality Flatpak integration. All dependencies, runtimes and SDK extensions necessary will be installed by the application if they're not available. Just click the "Run" button and the app will be built :smile:.

Requirements

DependencyVersion
Meson0.59.0
gtk-44.11
libportal0.7.1
libadwaita-11.4
libxml-2.01.0

To compile and install, run:

meson builddir --prefix=/usr
cd builddir
sudo ninja install
flowtime