You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to script some actions, depending on my activity status for habit management. For example, if I'm procrastinating, I could send a notification to myself to start a pomodoro timer.
Possible solution
Add a property to each activity called scripts that sets a path to a collection of shell scripts:
I would like to script some actions, depending on my activity status for habit management. For example, if I'm procrastinating, I could send a notification to myself to start a pomodoro timer.
Possible solution
Add a property to each activity called scripts that sets a path to a collection of shell scripts:
All relative path are considered relative to
$XDG_DATA_HOME
.The program then looks for shell scripts in the folder, following a naming convention
[status]-[delay-in-seconds]-Script_name.sh
, example:These scripts can send me notifications, kill my browser or even lock my session if I want them to.
The text was updated successfully, but these errors were encountered: