Reworked on Pomodoro's UI and added Stopwatch

Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>
This commit is contained in:
Nyx
2025-08-05 16:06:22 +05:00
parent e4b761917a
commit bfb7ccffb5
3 changed files with 300 additions and 123 deletions
@@ -254,10 +254,11 @@ Singleton {
property string format: "hh:mm"
property string dateFormat: "ddd, dd/MM"
property JsonObject pomodoro: JsonObject {
property int breaktime: 300
property int breakTime: 300
property int cycle: 4
property int focus: 1500
property int longbreak: 1200
property int longBreak: 1200
property bool running: false
}
}