diff options
author | Vasil Zlatanov <v@skozl.com> | 2020-03-16 22:41:16 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2020-03-16 22:41:16 +0000 |
commit | 4042cf26f14bb3cc42d976222cf4b79c10eeb7ff (patch) | |
tree | ca73f7d80a20583c76449cbd681a929385f1bbfd /Panel/lemonbar | |
parent | 4b6ac184c7e51b1e57b2342c291f8905ef721773 (diff) | |
download | dotfiles-4042cf26f14bb3cc42d976222cf4b79c10eeb7ff.tar.gz dotfiles-4042cf26f14bb3cc42d976222cf4b79c10eeb7ff.tar.bz2 dotfiles-4042cf26f14bb3cc42d976222cf4b79c10eeb7ff.zip |
Change font to OperatorSSm
Diffstat (limited to 'Panel/lemonbar')
-rwxr-xr-x | Panel/lemonbar/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Panel/lemonbar/profile b/Panel/lemonbar/profile index 67b2b96..54965c2 100755 --- a/Panel/lemonbar/profile +++ b/Panel/lemonbar/profile @@ -2,7 +2,7 @@ PANEL_FIFO=/tmp/panel-fifo PANEL_HEIGHT=40 -FONT_FONT="OperatorMonoLigBook-12" -#ICON_FONT="FontAwesome-10" +FONT_FONT="OperatorMonoSSmLigBook-12" +ICON_FONT="FontAwesome-10" export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY FONT_FONT ICON_FONT |