first commit
This commit is contained in:
7
wofi/wofi_toggle.sh
Executable file
7
wofi/wofi_toggle.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if pgrep -x wofi > /dev/null; then
|
||||
pkill -x wofi
|
||||
else
|
||||
wofi --show drun
|
||||
fi
|
||||
Reference in New Issue
Block a user