From 2ad7b83085f4284fc4562114d43c6fdd4c51a6a2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 24 Mar 2016 08:07:01 -0700 Subject: update alarm clock on artemis --- .config/cron/swhitton/artemis.silentflame.com | 2 +- bin/goodmorning | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/cron/swhitton/artemis.silentflame.com b/.config/cron/swhitton/artemis.silentflame.com index 1e9af0f9..bb1c315d 100644 --- a/.config/cron/swhitton/artemis.silentflame.com +++ b/.config/cron/swhitton/artemis.silentflame.com @@ -7,7 +7,7 @@ # alarm clock: artemis is always turned on at present and I can't get # joeyh's systemd alarm clock working. Fifteen minutes after sunrise -30 6 * * * chronic goodmorning +0 6 * * * chronic goodmorning 0 3 * * * chronic update-recoll-db diff --git a/bin/goodmorning b/bin/goodmorning index 41c46875..1306cbc2 100755 --- a/bin/goodmorning +++ b/bin/goodmorning @@ -1,6 +1,6 @@ #!/bin/sh -VOLUME=60 # lid closed! +VOLUME=70 # lid closed! SONG="/home/swhitton/lib/annex/music/Soundtracks/Cardcaptor Sakura/Cardcaptor Sakura OST/2-4-32 - Yokoku BGM (BGM for Preview).mp3" # dow=$(date +%u) -- cgit v1.2.3