diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-10-28 23:52:57 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-10-28 23:52:57 +0000 |
commit | d35aec51ca343798bc82532e4b54f589f78d45ff (patch) | |
tree | 4ad0a8bd888e1871ec90c3d1e5882c64fd125ced /Panel/lemonbar/profile | |
parent | de68c1ab7f3f3cce1fa96b0f69174b9b3464557c (diff) | |
download | dotfiles-d35aec51ca343798bc82532e4b54f589f78d45ff.tar.gz dotfiles-d35aec51ca343798bc82532e4b54f589f78d45ff.tar.bz2 dotfiles-d35aec51ca343798bc82532e4b54f589f78d45ff.zip |
Set fonts to what they should be
Diffstat (limited to 'Panel/lemonbar/profile')
-rwxr-xr-x | Panel/lemonbar/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Panel/lemonbar/profile b/Panel/lemonbar/profile index 4ae8fab..67b2b96 100755 --- a/Panel/lemonbar/profile +++ b/Panel/lemonbar/profile @@ -2,7 +2,7 @@ PANEL_FIFO=/tmp/panel-fifo PANEL_HEIGHT=40 -FONT_FONT="OperatorMonoSSmLigBook-12" +FONT_FONT="OperatorMonoLigBook-12" #ICON_FONT="FontAwesome-10" export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY FONT_FONT ICON_FONT |