fix sleeping for incorrect time
This commit is contained in:
parent
166e3a2490
commit
05c3068f20
|
@ -15,6 +15,6 @@ case "$_host" in
|
|||
esac
|
||||
|
||||
if [ -n "$_duration" ]; then
|
||||
sleep 1
|
||||
sleep "$_duration"
|
||||
killall polybar
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue