dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 605681cbf3799a4a2b0c7250c980020e437746cb
parent 723e0712783e27865478374c8d5fcc6c148e171b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat,  7 Dec 2019 20:15:24 -0500

script to play rain sounds


Former-commit-id: da8ae1d110d149141abbdc1a41c130e767489265
Diffstat:
Ascripts/rain | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/scripts/rain b/scripts/rain @@ -0,0 +1,7 @@ +#!/bin/sh +if ! command -v mpv &>/dev/null; then + echo "mpv not installed." >&2 + exit 1 +fi + +mpv --loop --volume=50 "https://rainymood.com/audio1110/0.m4a"