make it possible to align autotime to an minute

This commit is contained in:
chrys
2016-11-13 22:50:53 +01:00
parent 92e7a8aebc
commit 7bc4745e2a
6 changed files with 42 additions and 11 deletions

View File

@@ -68,7 +68,8 @@ settings = {
'enabled': False,
'presentTime': True,
'presentDate': True,
'delaySec': 3600,
'delaySec': 0,
'onMinutes': '00,30',
},
'keyboard':{
'driver': 'evdev',