Skip to content

Instantly share code, notes, and snippets.

@mshkrebtan
mshkrebtan / mpd-alarm.sh
Created April 1, 2018 11:13
MPD Alarm Clock
#!/bin/bash
# Volume to start with
mpc_volume=$1
# Fade-in time in seconds
fade_in_time=$2
# Alarm Clock playlist
playlist="$3"
function get_mpc_volume() {