gabrielzschmitz / Tomato.C

A pomodoro timer written in pure C.
GNU General Public License v3.0
315 stars 19 forks source link

icon's of output #46

Closed No0ne003 closed 5 months ago

No0ne003 commented 5 months ago

image

i hope you remove the tomato icon whin the pomodoro is stoped

CarlosCraveiro commented 5 months ago

I think it's intuitive to keep both the current stage icon and the icon indicating the pause. Maybe adding an extra flag to adjust this could be a solution to please everyone.

gabrielzschmitz commented 5 months ago

Implemented! You just need to git pull, change the variable TIMERLOGICONS in config.h from 1 to 0. and recompile the app with sudo make clean install.