From 5ef2714a79603c0e5d941744e5b1c7f29cf66512 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 28 Feb 2015 16:36:51 -0500 Subject: [PATCH] proper fonts for panel uushi for icons, and termsyn (13) for text --- x/.profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x/.profile b/x/.profile index 73c7528..1dbea27 100644 --- a/x/.profile +++ b/x/.profile @@ -1,5 +1,6 @@ export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$PATH" PANEL_FIFO=/tmp/panel-fifo PANEL_HEIGHT=24 -PANEL_FONT_FAMILY="-*-termsyn-medium-r-normal-*-12-*-*-*-c-*-*-1" -export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY +PANEL_FONT_FAMILY1="-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1" +PANEL_FONT_FAMILY2="-*-uushi-medium-*-*-*-11-*-*-*-*-*-*-*" +export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY1 PANEL_FONT_FAMILY2 -- 2.20.1