From eb21ee309bac53121ddf2647708eafc19dd01c02 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 6 Feb 2022 18:51:42 -0300 Subject: [PATCH] Borrar fuzzel-run ya que es autogenerado --- .local/bin/fuzzel-run | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 .local/bin/fuzzel-run diff --git a/.local/bin/fuzzel-run b/.local/bin/fuzzel-run deleted file mode 100755 index 3ccba0c..0000000 --- a/.local/bin/fuzzel-run +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# Autogenerated by ~/.config/themer/fuzzel.sh - - -export background=ffffff -export foreground=333333 -export selection_background=cccccc -export selection_foreground=333333 -export border=000000 -export accent=000000 - - -exec fuzzel --terminal=footclient --font='monospace:size=11' --prompt='➦ ' --no-icons --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 "$@" -