Add solarized cursors

When is lunarized coming?
wilder-5.19
Jacopo De Simoi 7 years ago
parent fe8e609c05
commit 3e74880417
  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: 475 KiB

After

Width:  |  Height:  |  Size: 475 KiB

Loading…
Cancel
Save