summary refs log tree commit diff
path: root/.config/flavours/change_font.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/flavours/change_font.sh')
-rw-r--r--.config/flavours/change_font.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/flavours/change_font.sh b/.config/flavours/change_font.sh
deleted file mode 100644
index 79f34a8..0000000
--- a/.config/flavours/change_font.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -ex
-
-UIFONT="Iosevka Etoile"
-MONOFONT="Iosevka SS04 Extended"
-
-fd 'hibiki.mustache.in' \
-	-x sh -c "sed -e 's,@uifont@,$UIFONT,g' -e 's,@monofont@,$MONOFONT,g' {} >{.}"