diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-04-16 13:05:33 +0200 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-04-16 13:05:33 +0200 |
commit | c915def7a196fd412a95e1614078531d6d36bb6d (patch) | |
tree | c29a40172c166ba5a3f306fc26bf60db4791ce7e /Panel/lemonbar/profile | |
parent | fd4464cbb193cc6e458e92e23853fd764d57e80f (diff) | |
download | dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.gz dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.bz2 dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.zip |
massive upgrade to new laptop
Diffstat (limited to 'Panel/lemonbar/profile')
-rwxr-xr-x | Panel/lemonbar/profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Panel/lemonbar/profile b/Panel/lemonbar/profile index 3a2f726..5c34dd7 100755 --- a/Panel/lemonbar/profile +++ b/Panel/lemonbar/profile @@ -1,8 +1,8 @@ #!/bin/sh PANEL_FIFO=/tmp/panel-fifo -PANEL_HEIGHT=24 +PANEL_HEIGHT=48 -FONT_FONT="fixed" -ICON_FONT="FontAwesome-9" +FONT_FONT="DejaVuSans-10" +ICON_FONT="FontAwesome-10" export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY FONT_FONT ICON_FONT |