Files
dotfiles/wofi/wofi_toggle.sh

8 lines
95 B
Bash
Raw Permalink Normal View History

2025-11-13 23:48:27 +03:00
#!/bin/bash
if pgrep -x wofi > /dev/null; then
pkill -x wofi
else
wofi --show drun
fi