Commit 46a617cafd3404df17e5efe996099f30da4108b6
1 parent
432afa4b
Exists in
master
and in
29 other branches
ActionItem93: documenting script
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1012 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
public/designs/icons/default/README
1 | +Adding a new icons | |
2 | +================== | |
3 | + | |
4 | +Use the fantastic script get-icon.sh! Suppose you want to add a new icon for | |
5 | +the "open" action. You find that Nuovo theme has a nice button under stock, | |
6 | +called gtk-open.svg. You call the script as follows: | |
7 | + | |
8 | +$ sh get-icon.sh open Nuovo stock/gtk-open.svg | |
9 | + | |
10 | +The script generates the PNG and updates both style.css and this very file | |
11 | +(listing below). | |
12 | + | |
1 | 13 | Source and Licensing |
2 | 14 | ==================== |
3 | 15 | ... | ... |