You are not logged in.
Pages: 1
How can I add a Pomodoro timer(preset) with 1 hour of work and 10 minute break in beepmein(app) and have it displayed in the menu?
Last edited by player (2025-01-27 04:33:44)
Offline
So there is a script called beepmein and there is a 'gui' part for tint2/jgmenu (/usr/bin/bl-beepmein-pipemenu).
You would edit a copy of /usr/bin/bl-beepmein-pipemenu, making your custom function, since adding two events at once is not supported irc and apply that new thing to the tint2. Cli that you are looking for is something like
beepmein --reason playtime 60 && beepmein --reason work 70
p. s. Some notes are here
https://brontosaurusrex.github.io/2019/11/19/beepmein/
John did some changes, so this may not be up to date.
Offline
That's what I need, thank you
Offline
Pages: 1