proper fonts for panel
authorAmin Bandali <me@aminb.org>
Sat, 28 Feb 2015 21:36:51 +0000 (16:36 -0500)
committerAmin Bandali <me@aminb.org>
Sat, 28 Feb 2015 21:36:51 +0000 (16:36 -0500)
uushi for icons, and termsyn (13) for text

x/.profile

index 73c7528..1dbea27 100644 (file)
@@ -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