Tips: * Use mouse scroll on the timer (or tray icon) to temporarily change the remaining time. * Use the Mouse middle button to start/pause the timer.Last changelog:
2.2.1
* Fix vertical compact representation (2e3s) * Parse the custom text values correctly from spinboxes (2e3s)
Plasma 6 bugs : Changing default time of 25 set it and lock it to 1 somehow, impossible to place on the taskbar.
TEMP SOLUTION to have a popup every 20 minutes : use crontab with */20 * * * * env DISPLAY=:1 /home/user/yourscript.sh
yourscript.sh content :
#!/bin/bash
export XDG_RUNTIME_DIR=/run/user/1000
notify-send --urgency=critical "Message of your choice"
4Sound notifications don't work on KDE plasma 6 (fedora 40).
I tested the older applet on the previous plasma 5.x series and that has sounds working (fedora 36).
Ratings & Comments
6 Comments
7 Works perfectly! The only drawback for me is that the icon does not match the Breeze icons (it is visually too heavy).
10 Excellent tool. All the features I could think of and more. The sound isn't working for me on Plasma 6 but that may be a config issue.
Plasma 6 bugs : Changing default time of 25 set it and lock it to 1 somehow, impossible to place on the taskbar. TEMP SOLUTION to have a popup every 20 minutes : use crontab with */20 * * * * env DISPLAY=:1 /home/user/yourscript.sh yourscript.sh content : #!/bin/bash export XDG_RUNTIME_DIR=/run/user/1000 notify-send --urgency=critical "Message of your choice"
4 Sound notifications don't work on KDE plasma 6 (fedora 40). I tested the older applet on the previous plasma 5.x series and that has sounds working (fedora 36).
10 Very useful when I brew green tea or for Pomodoro Technique.
10 You really did a good job, thank you.