1
0
Fork 0
vdotfiles/bspwm-fbt/bspmenu
2015-06-27 18:12:44 +03:00

9 lines
193 B
Bash
Executable file

#!/usr/bin/env bash
source "$HOME/.config/bspwm/common"
dmenu -fn "$fontspec" \
-nb "#$colour_bg_normal" \
-nf "#$colour_fg_normal" \
-sb "#$colour_bg_focused" \
"$@"