From e77d98d77713943ac0d3e87ec880f87eabb77fae Mon Sep 17 00:00:00 2001
From: Matthew Owens <matthew@owens.tech>
Date: Wed, 29 Jul 2020 19:00:10 +0100
Subject: [PATCH] updated font

---
 dproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dproj b/dproj
index 0044ed2..bf77baf 100755
--- a/dproj
+++ b/dproj
@@ -2,7 +2,7 @@
 
 rootDir='/home/mokou/git/cecse'
 proj=$(ls $rootDir | dmenu  -l 10 \
-	-fn 'xos4 Terminus-15' -nb '#1c1c1c' -sb '#b35050')
+	-fn 'Terminus (TTF):size=15' -nb '#1c1c1c' -sb '#b35050')
 
 [ -z $proj ] && exit
 
-- 
2.20.1