Files
korin-timer/src/titletimer/config.example.json
T
magges 7edbd09538
Build AppImage / build-appimage (push) Successful in 42s
Initial commit: Korin Timer
2026-08-03 20:42:26 +02:00

26 lines
444 B
JSON

{
"dogma_mode": true,
"overlay": {
"anchor": "top-right",
"margin_x": 24,
"margin_y": 24,
"scale": 1.0
},
"titles": [
{
"id": "night_parade",
"name": "Night Parade",
"hotkey": "KEY_F1",
"cooldown_seconds": 90,
"color": "#a64dff"
},
{
"id": "concerto",
"name": "Concerto",
"hotkey": "KEY_F2",
"cooldown_seconds": 120,
"color": "#4da6ff"
}
]
}