fixed minor error
This commit is contained in:
parent
d257265a4c
commit
b577b66ec2
4
kunst
4
kunst
|
@ -7,7 +7,7 @@
|
||||||
# Dependencies: sxiv, imagemagick, bash, ffmpeg, mpc, jq, mpd
|
# Dependencies: sxiv, imagemagick, bash, ffmpeg, mpc, jq, mpd
|
||||||
|
|
||||||
|
|
||||||
VERSION=1.2.8
|
VERSION=1.2.9
|
||||||
COVER=/tmp/kunst.jpg
|
COVER=/tmp/kunst.jpg
|
||||||
MUSIC_DIR=~/Music/
|
MUSIC_DIR=~/Music/
|
||||||
SIZE=250x250
|
SIZE=250x250
|
||||||
|
@ -166,7 +166,7 @@ pre_exit() {
|
||||||
# because if the user quits sxiv before they
|
# because if the user quits sxiv before they
|
||||||
# exit kunst, an error will be shown
|
# exit kunst, an error will be shown
|
||||||
# from kill and we dont want that
|
# from kill and we dont want that
|
||||||
kill -9 "$(cat /tmp/kunst.pid) &> /dev/null"
|
kill -9 "$(cat /tmp/kunst.pid)" &>/dev/null
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue