#!/bin/bash killall -q polybar polybar main 2>&1 | tee -a /tmp/polybar_main.log & disown polybar side 2>&1 | tee -a /tmp/polybar_main.log & disown