AutoYADM commit: 2024-12-03 20:40:04
This commit is contained in:
parent
724f6cc1db
commit
e90cca530a
1 changed files with 13 additions and 11 deletions
|
@ -20,14 +20,15 @@ return {
|
|||
},
|
||||
{
|
||||
name = "System",
|
||||
opts = {
|
||||
sticky = false,
|
||||
title_icon = "",
|
||||
text_icon = "",
|
||||
},
|
||||
},
|
||||
timers = {
|
||||
-- Break = {
|
||||
-- name = "System",
|
||||
-- },
|
||||
},
|
||||
sessions = {
|
||||
pomodoro = {
|
||||
{ name = "Work", duration = "25m" },
|
||||
{ name = "Short Break", duration = "5m" },
|
||||
{ name = "Work", duration = "25m" },
|
||||
|
@ -36,4 +37,5 @@ return {
|
|||
{ name = "Long Break", duration = "15m" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue