summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-25 08:37:08 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-25 08:37:08 +0100
commitb2209bf25da16b8d1de648fb95573a718564928a (patch)
treec088465db7770416373a7c296d214ea7726d4695 /examples
parentupdate info manual (diff)
downloadblueshift-b2209bf25da16b8d1de648fb95573a718564928a.tar.gz
blueshift-b2209bf25da16b8d1de648fb95573a718564928a.tar.bz2
blueshift-b2209bf25da16b8d1de648fb95573a718564928a.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/bedtime14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/bedtime b/examples/bedtime
index 28d1dd6..1da116c 100644
--- a/examples/bedtime
+++ b/examples/bedtime
@@ -23,13 +23,13 @@
# The time for each weekday you go to bed. The first value is the
# time to start preparing the for sleep and the second value is the
# time the monitors should be fully adjusted for sleep.
-time_sleep_monday = ('22:00', '24:00')
-time_sleep_tuesday = ('22:00', '24:00')
-time_sleep_wednesday = ('22:00', '24:00')
-time_sleep_thursday = ('22:00', '24:00')
-time_sleep_friday = ('22:00', '24:00')
-time_sleep_saturday = ('24:00', '26:00')
-time_sleep_sunday = ('24:00', '26:00')
+time_sleep_monday = ('21:00', '24:00')
+time_sleep_tuesday = ('21:00', '24:00')
+time_sleep_wednesday = ('21:00', '24:00')
+time_sleep_thursday = ('21:00', '24:00')
+time_sleep_friday = ('21:00', '24:00')
+time_sleep_saturday = ('23:00', '26:00')
+time_sleep_sunday = ('23:00', '26:00')
# It is allowed to have values above and including 24:00, these
# values are interprets as that time (minus 24 hours) the next day.