Files
Hyprland-Config/scripts/launcher.sh

8 lines
116 B
Bash
Executable File

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