#!/bin/sh polybar-msg cmd quit >/dev/null echo "---" >> /tmp/polybar.log nohup polybar bar1 --reload >> /tmp/polybar.log 2>&1 &