diff options
author | Stu Miller <slackbuilds@go4it2day.com> | 2018-05-23 07:19:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-23 07:19:53 +0700 |
commit | c4318caa5f678d72065cfb84661420017e6d896d (patch) | |
tree | 0558605d44b4bfbdde1a5657e282664856aeb882 /audio/clockchimes/README | |
parent | a2ffb4cbe7f5f5cf4912d8a4783ba87a39959255 (diff) |
audio/clockchimes: Updated for version 0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/clockchimes/README')
-rw-r--r-- | audio/clockchimes/README | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/audio/clockchimes/README b/audio/clockchimes/README index dd00f0fa508d8..f9cd276541e9d 100644 --- a/audio/clockchimes/README +++ b/audio/clockchimes/README @@ -1,9 +1,30 @@ Clockchimes creates a cron job that runs a sox based bash script. The script plays clock chime sound files based on the system time. -The initial releases play Westminster chimes on the 15 minute, -30 minute, 45 minute and top of the hour. +As of v0.3 the script plays multiple chime types: + * Ave Maria + * Voice sample + * Westminster (default) + * Whittington -The installation script modifies /var/spool/cron/crontabs/root file -or creates the /var/spool/cron/crontabs/root file if it doesn't exist. If -the user uninstalls clockchimes then the user should manually remove -the root crontab entry. +The package installs a config file: /etc/clockchimes.conf. +The config file enables the selection of: + * chime type + * play either, or both, chimes and strikes + * increase or decrease volume + +The package has sample KDE desktop files that enable single-click +changing of the chime type played. The files can be found at +/usr/doc/clockchimes-x.x/ and copied to the KDE desktop: + * Ave Maria Chimes.desktop + * Westminster Chimes.desktop + * Whittington Chimes.desktop + * Voice Sample.desktop + +The package installs a crontab file: /etc/cron.d/clockchimes +The crontab runs the script on: + * 00, 15, 30 & 45 minute + +The package no longer modifies /var/spool/cron/crontabs/root file. Instead +the package installs /etc/cron.d/clockchimes as the controlling crontab. +The user no longer has to manually remove crontab entries after an uninstall +of clockchimes-03 or greater. |