Add solarized cursors

old-wilder
Jacopo De Simoi 9 years ago
parent 95c1f8d472
commit 97b77837af
  1. 6
      cursors/Breeze/build.sh
  2. 390
      cursors/Breeze/src/cursors.svg

@ -69,7 +69,7 @@ for CUR in src/config/*.cursor; do
fi
if [ "$DIR2X/$BASENAME.png" -ot $RAWSVG ] ; then
inkscape -i $BASENAME -d 180 -f $RAWSVG -e "$DIR2X/$BASENAME.png" > /dev/null
inkscape -i $BASENAME -d 135 -f $RAWSVG -e "$DIR2X/$BASENAME.png" > /dev/null
fi
done
echo -e "\033[0KGenerating simple cursor pixmaps... DONE"
@ -89,7 +89,7 @@ do
fi
if [ "$DIR2X/progress-$i.png" -ot $RAWSVG ] ; then
inkscape -i progress-$i -d 180 -f $RAWSVG -e "$DIR2X/progress-$i.png" > /dev/null
inkscape -i progress-$i -d 135 -f $RAWSVG -e "$DIR2X/progress-$i.png" > /dev/null
fi
if [ "$DIR1X/wait-$i.png" -ot $RAWSVG ] ; then
@ -101,7 +101,7 @@ do
fi
if [ "$DIR2X/wait-$i.png" -ot $RAWSVG ] ; then
inkscape -i wait-$i -d 180 -f $RAWSVG -e "$DIR2X/wait-$i.png" > /dev/null
inkscape -i wait-$i -d 135 -f $RAWSVG -e "$DIR2X/wait-$i.png" > /dev/null
fi
done
echo -e "\033[0KGenerating animated cursor pixmaps... DONE"

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 477 KiB

After

Width:  |  Height:  |  Size: 477 KiB

Loading…
Cancel
Save