borowis / alarmscript

Simple linux alarm script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alarmscript

Simple linux alarm script. Is supposed to be run via cron. Requires alsa and mplayer installed.

Description of the files:

- incvolume.sh mutes / unmutes sound; gradually increases volume over time. for information on your channels please use alsamixer utility - play.sh launches mp3 player in X11 terminal window with the specified playlist - AlarmSongs.m3u sample playlist; use your own instead

How to schedule script execution via cron:

30 7 * * * { full_path_to_script/incvolume.sh& } && full_path_to_script/play.sh

About

Simple linux alarm script

License:Apache License 2.0


Languages

Language:Shell 100.0%