1
0
Fork 0
vdotfiles/bspwm/bspmenu

10 lines
193 B
Text
Raw Normal View History

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