diff options
author | Amin Bandali <me@aminb.org> | 2015-02-28 16:36:51 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-28 16:36:51 -0500 |
commit | 5ef2714a79603c0e5d941744e5b1c7f29cf66512 (patch) | |
tree | 34301338be8bcd6e1262fe54b964f6dbbd371713 /x/.profile | |
parent | 956f6a99df6f0735a618955782e65387c6a2f6f3 (diff) | |
download | configs-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 '')
-rw-r--r-- | x/.profile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |