1 2 3 4 5 6 7
#!/bin/sh if [ -n "$(pgrep -x waybar)" ]; then pkill waybar else launch_waybar.sh "$(crcparse WC)" fi