3 colors
="blue yellow brown grey green violet red purple navy sea_blue emerald hot_orange white"
10 for color
in $colors; do
12 echo "Generating cursors for the color: $color"
15 mkdir
-p ..
/cursors
/$color;
16 cp ..
/pngs
/$color/*.png ..
/cursors
/$color/
17 cp ..
/configs
/*.
in ..
/cursors
/$color/
20 for icon
in $
(ls *.
in); do
21 xcursorgen
$icon $
( echo $icon |
sed s
/\.
in$
//g
)
22 # 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