#!/bin/sh if [ -n "$(pgrep -x waybar)" ]; then pkill waybar else launch_waybar.sh "$(crcparse WC)" fi