Font sizes have been moved in to config file

This commit is contained in:
Vitali Samurov
2020-01-31 02:23:06 +02:00
parent a3aeaae33b
commit 8359015dc6
4 changed files with 17 additions and 14 deletions

View File

@@ -16,8 +16,7 @@ at_in_your_language = 'at'
event_icon = 'square' # dot #square
style = "DD MMM"
fontsize = 16
font = ImageFont.truetype(NotoSans+'.ttf', fontsize)
font = ImageFont.truetype(NotoSans+'.ttf', calendar_font_size)
space_between_lines = 0
if show_events == True: