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