4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
kill $(pidof wofi) || wofi --style ~/.config/wofi/style/style.css --show drun
|