dotfiles/config/i3/dmenu_cmd

3 lines
120 B
Bash
Executable file

#!/bin/sh
dmenu -fn 'DejaVu Sans Mono-10' -nb '#222222' -nf '#888888' -sb '#4E9C00' -sf '#FFFFFF' -l 8 -f -i -h 19 "$@"