puntos/.local/bin/fuzzel-run

18 lines
418 B
Bash
Executable file

#!/bin/sh
. ~/.cache/themer.lua/fuzzel
. ~/.profile
exec fuzzel \
--terminal=footclient \
--font='monospace:pixelsize=22' \
--width=40 \
--background=${background}ff \
--text-color=${foreground}ff \
--match-color=${accent}ff \
--selection-color=${selection_background}ff \
--selection-text-color=${selection_foreground}ff \
--horizontal-pad=12 \
--border-width=1 \
--border-color=${border}ff \
--border-radius=2 "$@"