From: Amin Bandali Date: Sat, 28 Feb 2015 21:36:51 +0000 (-0500) Subject: proper fonts for panel X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/5ef2714a79603c0e5d941744e5b1c7f29cf66512 proper fonts for panel uushi for icons, and termsyn (13) for text --- 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