Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tomatoshell
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.

HELP="
-r, prints total hours spent using tomatoshell and exits
HELP="-r, prints total hours spent using tomatoshell and exits
-t, time for every session in minutes [default:25 minutes]
-d, delay between sessions in minutes [default:5 minutes]
-n, total sessions [default:3]
Expand All @@ -33,7 +32,7 @@ FIGLET=false
ALARM="$HOME/.local/share/tomatoshell/alarm.wav"
LOG="$HOME/.local/share/tomatoshell/tomatoshell_log.csv"
AUDIO_PLAYER=3
PAUSE_KEY = 'p'
PAUSE_KEY='p'

# colors
RED="\033[0;31m"
Expand Down