1
0
Fork 0
vdotfiles/bspwm/bspmenu

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" \
"$@"