From: Matthew Owens Date: Wed, 29 Jul 2020 18:00:10 +0000 (+0100) Subject: updated font X-Git-Url: https://git.owens.tech/editable-focus.html/editable-focus.html/git?a=commitdiff_plain;h=e77d98d77713943ac0d3e87ec880f87eabb77fae;p=scripts.git updated font --- 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