This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/scripts/fuzzel
2021-09-06 23:51:02 -03:00

18 lines
647 B
Bash
Executable file

#!/bin/sh
exec /usr/bin/fuzzel \
--terminal=terminal \
--lines=30 \
--width=50 \
--font="{{@@ font.mono @@}}:size={{@@ font.size.medium * 1.6 @@}}" \
--icon-theme="{{@@ icon_theme @@}}" \
--border-radius=0 \
--border-width=2 \
--selection-color="{{@@ accent_color.replace('#','') @@}}ff" \
--selection-text-color="{{@@ accent_fg.replace('#','') @@}}ff" \
--background="{{@@ color.bg .replace('#','') @@}}ff" \
--text-color="{{@@ color.txt .replace('#','') @@}}ff" \
--match-color="{{@@ accent_color.replace('#','') @@}}ff" \
--border-color="{{@@ accent_color.replace('#','') @@}}ff" \
"$@"