From e0e7839f1240b60ccc94cda3f19869643baa45df Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 14 Feb 2019 08:56:24 +0100 Subject: [PATCH] changed some of the comments --- kunst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kunst b/kunst index 9238d69..dc1cbc2 100755 --- a/kunst +++ b/kunst @@ -15,10 +15,10 @@ update_cover() { # output of ffmpeg ffmpeg -i "$MUSIC_DIR$(mpc current -f %file%)" $COVER -y &> /dev/null - # get the status of the previous command + # get the status of the previous command STATUS=$? - # check if the file has a embbeded album art + # check if the file has a embbeded album art if [ $STATUS -eq 0 ];then echo "kunst: extracted album art" ARTLESS=false @@ -55,7 +55,7 @@ main() { while true; do # waiting for an event from mpd; play/pause/next/previous - # this is lets kunst use less CPU :) + # this is lets kunst use less CPU :) mpc idle &> /dev/null echo "kunst: received event from mpd"