Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 397 Bytes

favicon-generator

A script to create favicons by Ankur Gupta

Requires imagemagick to be installed and bc

Use of -font requires that the used font is listed in ~/.imagick/type.xml

Edit favicon.sh and change the variables:

Label

label="t"

Font

font="Consolas.ttf"

Background color

background_color='#428bca' #477DCA' # (default) baby blue

Foreground color

foreground_color='white'