fix sleeping for incorrect time

This commit is contained in:
Ray Elliott 2020-04-07 23:23:13 +01:00
commit 05c3068f20

View file

@ -15,6 +15,6 @@ case "$_host" in
esac
if [ -n "$_duration" ]; then
sleep 1
sleep "$_duration"
killall polybar
fi