From bfdc3055393289354471b8c1f7c75040f362180f Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Wed, 22 May 2019 15:44:10 +0200 Subject: [PATCH] config: barpyrus: config.py: adjust trayer height properly --- config/barpyrus/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/barpyrus/config.py b/config/barpyrus/config.py index 87f325e..d35c9d7 100644 --- a/config/barpyrus/config.py +++ b/config/barpyrus/config.py @@ -158,5 +158,5 @@ bar.widget = W.ListLayout([ W.RawLabel(' ')])) ], tab_renderer = kbd_renderer), frame(W.DateTime('%d. %B, %H:%M'), 'grey', 'white'), - trayer.TrayerWidget(), + trayer.TrayerWidget(args={'height':height}), ])