dotfiles/config/i3/dmenu_cmd
2017-02-12 15:31:40 +01:00

3 lines
120 B
Bash
Executable file

#!/bin/sh
dmenu -fn 'DejaVu Sans Mono-10' -nb '#48483e' -nf '#f1ebeb' -sb '#8fc029' -sf '#272822' -l 8 -f -i -h 19 "$@"