diff options
| author | Vasil Zlatanov <v@skozl.com> | 2019-04-03 00:56:11 +0100 | 
|---|---|---|
| committer | Vasil Zlatanov <v@skozl.com> | 2019-04-03 00:56:11 +0100 | 
| commit | 2df2d13c153dbb69098053fa6aa3a5aaa7fed331 (patch) | |
| tree | 87f65095a52e9b47f4b71e4768ef5a0bf03fd94e /Panel/lemonbar/profile | |
| parent | b1dbf62ab9dcad03138a52a8596dccdf9286d958 (diff) | |
| parent | 8ced63b35c8b011ff29a79856165cc748d430a11 (diff) | |
| download | dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.tar.gz dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.tar.bz2 dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.zip | |
Resolve conflicts
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..fe9d7b1 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=40 -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  | 
