diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-07-19 20:28:05 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-07-19 20:28:05 +0200 |
commit | 466ee41add2f57bc59eca1f7444ad122b97ff974 (patch) | |
tree | 2d873fe5419498ea9f0afccc4d314808c766b3d9 /tools/panel/profile | |
parent | 12b654b02a3ba2b88194ed2582722bc92bf16361 (diff) | |
download | dotfiles-466ee41add2f57bc59eca1f7444ad122b97ff974.tar.gz dotfiles-466ee41add2f57bc59eca1f7444ad122b97ff974.tar.bz2 dotfiles-466ee41add2f57bc59eca1f7444ad122b97ff974.zip |
many updates
Diffstat (limited to 'tools/panel/profile')
-rwxr-xr-x[-rw-r--r--] | tools/panel/profile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/panel/profile b/tools/panel/profile index c7a3ba0..c8b6807 100644..100755 --- a/tools/panel/profile +++ b/tools/panel/profile @@ -1,4 +1,7 @@ PANEL_FIFO=/tmp/panel-fifo PANEL_HEIGHT=24 -PANEL_FONT_FAMILY="-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1" -export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY + +FONT_FONT="fixed" +ICON_FONT="FontAwesome-9" + +export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY FONT_FONT ICON_FONT |