fuzzel: mejorar colores, cambiar font, +
This commit is contained in:
parent
941787e9b5
commit
3e9c0b6b09
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. ~/.config/river/colors
|
. ~/.config/river/colors
|
||||||
|
|
||||||
fuzzel -T footclient -f 'JetBrainsMono Nerd Font:size=10' -w 45 \
|
exec fuzzel --terminal=footclient --font='Inter:style=Bold:size=11' \
|
||||||
--no-icons \
|
--no-icons \
|
||||||
-b ${bg}ff -t ${fg}ff -m ${hl}ff -s ${bg2}ff -x 12 -B 2 -C ${fg}ff \
|
--width=20 \
|
||||||
--border-radius=0
|
--background=${bg}ff --text-color=${fg}ff \
|
||||||
|
--match-color=${hl}ff \
|
||||||
|
--selection-color=${bg2}ff --selection-text-color=${fg}ff \
|
||||||
|
--horizontal-pad=12 \
|
||||||
|
--border-width=1 --border-color=${fg}ff --border-radius=2
|
||||||
|
|
Loading…
Reference in a new issue