feat: timer widget with countdown, stopwatch and alarm
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user