#!/usr/bin/env bash if pgrep -x polybar >/dev/null; then pkill polybar else start-polybar fi