[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Replacement Default Icons for Iceweasel [was Re: The Spirit of Free Software, or The Reality]



On Thu, 16 Jul 2015, Don Armstrong wrote:
> This is why I said "if they're necessary, then they're necessary".

Here's a set of default icons which can trivially be expanded to avoid
shipping those icons and downloading them: 

for icon in ebay google wikipedia bing; do 
    convert -size 16x16 xc:white -pointsize 8 \
            -font 'DejaVu-Sans' -fill black \
            -stroke none \
            -draw "text 0,7 '${icon:0:3}'" \
            -draw "text 0,14 '${icon:3:3}'" \
            ${icon}.png;
done;

-- 
Don Armstrong                      http://www.donarmstrong.com

Judge if you want.
We are all going to die.
I intend to deserve it.
 -- a softer world #421
    http://www.asofterworld.com/index.php?id=421


Reply to: