config: barpyrus: config.py: adjust trayer height properly

This commit is contained in:
Thomas Preisner 2019-05-22 15:44:10 +02:00
parent 913ad4b5a1
commit bfdc305539

View file

@ -158,5 +158,5 @@ bar.widget = W.ListLayout([
W.RawLabel(' ')])) W.RawLabel(' ')]))
], tab_renderer = kbd_renderer), ], tab_renderer = kbd_renderer),
frame(W.DateTime('%d. %B, %H:%M'), 'grey', 'white'), frame(W.DateTime('%d. %B, %H:%M'), 'grey', 'white'),
trayer.TrayerWidget(), trayer.TrayerWidget(args={'height':height}),
]) ])