#!/bin/sh killall -q polybar polybar bspbar1 >> /tmp/polybar1.log 2>&1 & polybar bspbar2 >> /tmp/polybar1.log 2>&1 & echo "Bars launched..."