
Plasma 5 Applets focus kde plasma5 plasmoid pomodoro
Source (link to git-repo or to original if based on someone elses unmodified work): https://gitlab.com/divinae/focus-plasmoid
1.4.3 9 days ago
* Disable widget background fix
1.4.2 12 days ago
* Add option to disable desktop widget background
1.4.1 5 months ago
* Add tray icon scroll support
1.4.0 5 months ago
* Add shown when relevant support
* Use different colors for break and focus
* Use timer based on JS Date to avoid too fast countdown - time goes too fast fix (by 2e3s)
* Remove file prefix from scripts paths (by 2e3s)
1.3.0 11 months ago
* Add option to use fokus as system tray widget
* Add options to run script on start/end timer
* Remove timer start notifications
1.2.0 1 year ago
* Add option to auto start next timer
* Improve layout esp centering in panels (by Schlaefer)
1.1.1 1 year ago
* change QtQuick dependency version
1.1.0 1 year ago
* Pin button moved to the right top corner
* Scroll up and down to change time (temporary)
* Allow font changing
* Allow custom notification sounds

amagicalfishy
3 months ago
Do you think it's possible to add a little counter that keeps track of how many pomodoros you've successfully completed?
Report
skylark26
3 months ago
Report
rigazilla
9 months ago
Report
rigazilla
9 months ago
I don't know why but on my laptop time countdowns at double speed than the reality.
and I need a script to grays out the screen at the end.
Anyway looks great!
Report
diVinae
5 months ago
Report
H00K
9 months ago
The only “issue” I see is that in a larger panel it just uses a scaled-up icon, which looks a bit ugly.
Report
H00K
9 months ago
Still,
Report
crimx
9 months ago
Report
arun94
10 months ago
Report
moshpirit
10 months ago
With Focus I saw that if I select show when important I expect that Fokus is shown when is running and hidden when unused but it doesn't happen. Instead it just get hidden, so I need to keep it always visible in order to see it when I use it.
Is there any way to fix that? Thank you in advance, I really like the app!
Report
diVinae
5 months ago
Report
rgnagel
10 months ago
I'd like to suggest a enhancement: save the pomodoros' history in a file or enable a script to be executed every skip/start/stop button press.
Cheers
Report
diVinae
5 months ago
Report
jotaveh
10 months ago
I only would like to ajust the timer for every situation on the applet tray (moving along the blue circle and adjusting the time for work) and see a pop up notification when time is over. Everything else is just fine and perfect
Report
diVinae
5 months ago
Report
jotaveh
10 months ago
Report
jotaveh
10 months ago
This is for when you have little time left to work, like 35 minutes and after that, go outside, for instance.
I would love to see that.
Report
diVinae
10 months ago
Report
jotaveh
10 months ago
Report
diVinae
5 months ago
Report
rgnagel
11 months ago
Report
d3n1s
11 months ago
For example, it would use its own plasma notification system and at each exact time of the system, it generates a notification popup informing the exact time in question, ideally in a large bold font (12:00, 13:00 , 14:00 ...).
It may seem useless, but it is something that I got used to and I miss, the old digital wristwatches, emitted a beep every exact time, today I use smartwatch and these do not have this option.
When sitting in front of the computer, whether for work or leisure, we do not see time passing by and this plasmoid would help a lot in that sense!
Report
langdi
11 months ago
#!/bin/bash
export DISPLAY=:0
export XAUTHORITY="${HOME}/.Xauthority"
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
T=`date`
/usr/bin/notify-send $T
/usr/bin/paplay /usr/share/sounds/freedesktop/stereo/complete.oga
Report
thehammery
11 months ago
Report
diVinae
11 months ago
Report