A simple focus timer app.
- Clean and modern interface
- Customizable work and break durations
- Visual session tracking
- Smart break transitions
- System notifications
- Autostart sessions option
- elementary OS 7.0 or later
- GTK 4.0 or later
- libadwaita 1.0 or later
You'll need the following dependencies:
sudo apt install elementary-sdk meson ninja-build libgtk-4-dev libadwaita-1-dev
Clone the repository and build:
git clone https://github.com/sammarxz/pomerode.git
cd pomerode
meson build --prefix=/usr
cd build
ninja
To install:
sudo ninja install
- Launch Pomerode
- Click "Start" to begin your focus session
- Work until the timer ends
- Take a break when notified
- Repeat!
You can customize:
- Work duration (1-60 minutes)
- Break duration (1-30 minutes)
- Long break duration (1-60 minutes)
- Number of sessions before long break
- Auto-start preference
Access these settings through the menu > Preferences.
- Built with elementary OS
- Uses GTK4 and libadwaita
GNU General Public License v3.0