barpyrus: increase siji fontsize for HiDPI-screens

This commit is contained in:
Thomas Preisner 2018-02-24 12:46:22 +01:00
parent e2be7fc217
commit 4ae0621e21

View file

@ -68,7 +68,7 @@ grey_frame = Theme(bg = '#303030', fg = '#EFEFEF', padding = (3,3))
if os.uname().nodename == "warthog": if os.uname().nodename == "warthog":
bar = lemonbar.Lemonbar(geometry = (x,y,width,height), bar = lemonbar.Lemonbar(geometry = (x,y,width,height),
font = "*-*-lucidatypewriter-medium-*-*-*-26-*-*-*-*-*-*-*", font = "*-*-lucidatypewriter-medium-*-*-*-26-*-*-*-*-*-*-*",
symbol_font = "-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1") symbol_font = "-wuncon-siji-medium-r-normal--26-200-100-*-c-*-iso10646-1")
else: else:
bar = lemonbar.Lemonbar(geometry = (x,y,width,height), bar = lemonbar.Lemonbar(geometry = (x,y,width,height),
font = "*-*-lucidatypewriter-medium-*-*-*-12-*-*-*-*-*-*-*", font = "*-*-lucidatypewriter-medium-*-*-*-12-*-*-*-*-*-*-*",