feat: timer widget with countdown, stopwatch and alarm

This commit is contained in:
2026-09-25 15:12:49 +02:00
parent d15bb4687c
commit 018e326918
6 changed files with 623 additions and 3 deletions
+21
View File
@@ -80,6 +80,27 @@ PluginSettings {
defaultValue: "focused"
}
ToggleSetting {
settingKey: "timerPlaySound"
label: "Play a sound when a timer ends"
defaultValue: true
}
ToggleSetting {
settingKey: "timerNotify"
label: "Send a notification when a timer ends"
description: "Shows the timer's label, so it is visible even with the overlay closed"
defaultValue: true
}
StringSetting {
settingKey: "timerSound"
label: "Timer sound"
description: "Any file paplay can play"
defaultValue: "/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga"
placeholder: "/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga"
}
StringSetting {
settingKey: "captureDirectory"
label: "Capture folder"