fix sleeping for incorrect time

This commit is contained in:
Ray Elliott 2020-04-07 23:23:13 +01:00
parent 166e3a2490
commit 05c3068f20
1 changed files with 1 additions and 1 deletions

View File

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