#!/usr/bin/env bash if [ "$(pidof polybar)" ]; then pkill polybar else start-polybar fi