3 colors
="blue yellow brown grey green violet red purple navy sea_blue emerald hot_orange white viorange"
10 for color
in $colors; do
12 echo "Generating cursors for the color: $color"
15 mkdir
-p ..
/cursors
/$color;
18 # Clean out old stuff before
22 cp ..
/pngs
/$color/*.png ..
/cursors
/$color/
23 cp ..
/configs
/*.
in ..
/cursors
/$color/
26 for icon
in $
(ls *.
in); do
27 xcursorgen
$icon $
( echo $icon |
sed s
/\.
in$
//g
)
28 # inkscape --without-gui --export-png=$( echo $icon | sed s/.svg// ).png --export-dpi=72 --export-background-opacity=0 --export-width=$SIZE --export-height=$SIZE $icon 2> /dev/null