Files
dotfilesv2/wofi/wofi_toggle.sh
2026-03-28 16:48:16 +00:00

8 lines
95 B
Bash
Executable File

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