diff options
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 |