Shoes.app do
  @line = para ''
  every(3) do
    @line.replace Time.new
    sleep 1
  end
end