Inital Comit Upload Config Files
This commit is contained in:
7
scripts/launcher.sh
Executable file
7
scripts/launcher.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if pgrep -x wofi > /dev/null; then
|
||||
pkill -SIGTERM wofi
|
||||
else
|
||||
wofi --show drun --allow-images
|
||||
fi
|
||||
Reference in New Issue
Block a user