/StretchupBASH

A simple program that sends notifications every half an hour reminding you to stretch. For Linux. (Ubuntu in my case)

Primary LanguageShell

StretchupBASH

This program will send you notifications Linux notifications every half an hour reminding you to stretch.

The file in this repo are:

If you want to use make it a shortcut on your desktop you can add this .desktop file in your /usr/share/applications (to make it globally accessible)

[Desktop Entry]
Version=1.0
Type=Application
Name=StretchUP
Icon=/PATH/TO/ICON/icup.png
Exec=bash stretch.sh
Path=/PATH/TO/FOLDER/
NoDisplay=false
Categories=Utility;
StartupNotify=false
Terminal=true

This .desktop file automatically opens the terminal so you can close the stretch program if you open it by mistake.

To Dos

  • Make the program run until the user closes it