Crates.io | pomd |
lib.rs | pomd |
version | 1.4.0 |
source | src |
created_at | 2024-01-05 03:57:51.323356 |
updated_at | 2024-01-05 03:57:51.323356 |
description | A simple configurable pomodoro D-Bus daemon |
homepage | |
repository | https://github.com/exvacuum/pomd |
max_upload_size | |
id | 1089264 |
size | 68,052 |
This program provides a simple pomodoro daemon for linux. Recommended to be used with pomc client
cargo install --path .
To use the program, simply run pomd
wherever you run startup programs. It requires a D-Bus session, so if you use xinit/startx you will need to start the program after launching your session.
The pomc client application can be used to interact with the daemon, or you can interact with the interface in your own scripts/programs.
The first time the program is run, a config.toml file will be created in your configuration directory (this is handled by the confy crate, and is probably $XDG_CONFIG_HOME/config.toml
). The keys are relatively self-explanatory, and all of the "duration" values should be specified in seconds.