barpyrus: increase siji fontsize for HiDPI-screens
This commit is contained in:
parent
e2be7fc217
commit
4ae0621e21
1 changed files with 1 additions and 1 deletions
|
|
@ -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-*-*-*-*-*-*-*",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue