summaryrefslogtreecommitdiffstats
path: root/x
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-02-28 16:36:51 -0500
committerAmin Bandali <me@aminb.org>2015-02-28 16:36:51 -0500
commit5ef2714a79603c0e5d941744e5b1c7f29cf66512 (patch)
tree34301338be8bcd6e1262fe54b964f6dbbd371713 /x
parent956f6a99df6f0735a618955782e65387c6a2f6f3 (diff)
downloadconfigs-5ef2714a79603c0e5d941744e5b1c7f29cf66512.tar.gz
configs-5ef2714a79603c0e5d941744e5b1c7f29cf66512.tar.xz
configs-5ef2714a79603c0e5d941744e5b1c7f29cf66512.zip
proper fonts for panel
uushi for icons, and termsyn (13) for text
Diffstat (limited to 'x')
-rw-r--r--x/.profile5
1 files 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