#!/usr/bin/env bash pid="$(pidof waybar)" if [[ -z $pid ]]; then exec waybar & fi