dotfiles/config/i3/dmenu_cmd

3 lines
111 B
Bash
Executable file

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