21 lines
309 B
Bash
21 lines
309 B
Bash
echo "prompt=\">> \"
|
|
width=25
|
|
lines=15
|
|
icons-enabled=no
|
|
font=victormono
|
|
|
|
[colors]
|
|
background=${BG}${MENU_OPACITY_HEX}
|
|
border=${ACCENT}ff
|
|
match=${RED}ff
|
|
selection=${FG}ff
|
|
selection-text=${FG}ff
|
|
text=${FG}ff
|
|
prompt=${FG}ff
|
|
input=${FG}ff
|
|
|
|
[border]
|
|
width=$BORDER_WIDTH
|
|
radius=$BORDER_RADIUS
|
|
" > $FUZZEL_CONFIG
|