3 lines
114 B
Bash
Executable file
3 lines
114 B
Bash
Executable file
#!/bin/sh
|
|
dmenu -fn 'DejaVu Sans Mono-10' -nb '#48483e' -nf '#f1ebeb' -sb '#8fc029' -sf '#272822' -i -l 8 -f "$@"
|