summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/makelabel.sh4
l---------share/hackvr/font/default.hackvr1
2 files changed, 3 insertions, 2 deletions
diff --git a/bin/makelabel.sh b/bin/makelabel.sh
index 62c0505..7bb0d16 100755
--- a/bin/makelabel.sh
+++ b/bin/makelabel.sh
@@ -28,8 +28,8 @@ while read -rN 1 c;do
xoffset=-6
yoffset="$(printf '%d - %d\n' $yoffset 10 | bc)"
fi
- if grep "^$name " ${PREFIX}/share/hackvr/font/font.hackvr 2>&1 > /dev/null;then #don't do this shit unless we actually have something to draw. awk in offsetshape bitches when there's nothing.
- grep "^$name " ${PREFIX}/share/hackvr/font.hackvr \
+ if grep "^$name " ${PREFIX}/share/hackvr/font/default.hackvr 2>&1 > /dev/null;then #don't do this shit unless we actually have something to draw. awk in offsetshape bitches when there's nothing.
+ grep "^$name " ${PREFIX}/share/hackvr/default.hackvr \
| sed 's/^'"$name"'/'"$target"'/' \
| offsetshape.sh "$xoffset" "$yoffset" "$zoffset"
fi
diff --git a/share/hackvr/font/default.hackvr b/share/hackvr/font/default.hackvr
new file mode 120000
index 0000000..3ae815b
--- /dev/null
+++ b/share/hackvr/font/default.hackvr
@@ -0,0 +1 @@
+epoch_font.hackvr \ No newline at end of file