Borrar fuzzel-run ya que es autogenerado
This commit is contained in:
parent
a53c388db6
commit
eb21ee309b
1 changed files with 0 additions and 14 deletions
|
@ -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 "$@"
|
||||
|
Loading…
Reference in a new issue