dotfiles

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

commit dd1af09afa27edbc0460ec8c5c8bb5af1962fed5
parent c1614cdf308e2f4c289d2c689226b4d53f3b0371
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 26 Feb 2019 16:08:48 +0100

Print name of track in `play`


Former-commit-id: 680fd5048e556b6f89be95a7bd97cf54d2385328
Diffstat:
Mscripts/play | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/play b/scripts/play @@ -13,6 +13,7 @@ play_track() { fi if [[ "$1" == "all" ]]; then track=$(ls|sort -n|head -1) + echo "$track" ffmpeg -i "$track" art.jpg &>/dev/null if [ -e "art.jpg" ] && [ $vis -eq 1 ]; then