Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Program to warn every 10 minutes...

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
Debian_purist
Posts: 39
Joined: 2017-07-15 14:45

[SOLVED] Program to warn every 10 minutes...

#1 Post by Debian_purist »

Hi, as title says ...
i'm getting blind :shock: , need to take breaks every 10-15 minutes to relieve my eyes ,
TIA !
Last edited by Debian_purist on 2019-01-01 11:32, edited 1 time in total.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: Program to warn every 10 minutes...

#2 Post by pylkko »

there is a method for working where you take 5 min brakes every 30 mins called the pomodoro or tomato technique. You could use these for your purpose. For example, there is a pomodoro gnome extnsion in the debian repo that allows you to set a duration for work and duration for pause. It will then after x amount of minutes darken the screen and tell you to take a brake. But you could also use more simpler techniques like a simple stop watch or systemd service that says "brake" every 10 mins or whatever other kind of scripting lnaguage / automation / timing programs there are.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Program to warn every 10 minutes...

#3 Post by stevepusser »

A simple search in Synaptic or Packagesearch turns up xwrits and rsibreak.

Run

Code: Select all

apt show xwrits rsibreak
to see the descriptions. Rsibreak has a lot of KDE dependencies, though.
MX Linux packager and developer

User avatar
Debian_purist
Posts: 39
Joined: 2017-07-15 14:45

Re: Program to warn every 10 minutes...

#4 Post by Debian_purist »

Very nice :!:

Code: Select all

rsibreak

Post Reply