#!/bin/bash if pgrep -x wofi > /dev/null; then pkill -SIGTERM wofi else wofi --show drun --allow-images fi