config: barpyrus: config.py: adjust trayer height properly
This commit is contained in:
parent
913ad4b5a1
commit
bfdc305539
1 changed files with 1 additions and 1 deletions
|
|
@ -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}),
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue