dotfiles

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

rain (155B)


      1 #!/bin/sh
      2 if ! command -v mpv &>/dev/null; then
      3   echo "mpv not installed." >&2
      4   exit 1
      5 fi
      6 mpv --loop --volume=50 "https://rainymood.com/audio1112/0.m4a"