first commit

This commit is contained in:
hdvt
2025-11-13 23:48:27 +03:00
commit 981b16aa8d
28 changed files with 1844 additions and 0 deletions

7
wofi/wofi_toggle.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
if pgrep -x wofi > /dev/null; then
pkill -x wofi
else
wofi --show drun
fi