From 3e9c0b6b09e3826427bca80f2b9ff608f51b424a Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 12 Oct 2021 23:47:20 -0300 Subject: [PATCH] fuzzel: mejorar colores, cambiar font, + --- .local/bin/fuzzel-run | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.local/bin/fuzzel-run b/.local/bin/fuzzel-run index 4255662..f9bdbd4 100755 --- a/.local/bin/fuzzel-run +++ b/.local/bin/fuzzel-run @@ -1,7 +1,11 @@ #!/bin/sh . ~/.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 \ --b ${bg}ff -t ${fg}ff -m ${hl}ff -s ${bg2}ff -x 12 -B 2 -C ${fg}ff \ ---border-radius=0 +--width=20 \ +--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