From 913ad4b5a1ae17e67b3badf104f2bd8d6e3a6331 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Thu, 16 May 2019 15:06:40 +0200 Subject: [PATCH] config: barpyrus: config.py: add trayer --- config/barpyrus/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/barpyrus/config.py b/config/barpyrus/config.py index 015dd30..87f325e 100644 --- a/config/barpyrus/config.py +++ b/config/barpyrus/config.py @@ -3,6 +3,7 @@ from barpyrus import widgets as W from barpyrus.core import Theme from barpyrus import lemonbar from barpyrus import conky +from barpyrus import trayer import sys import os @@ -157,4 +158,5 @@ bar.widget = W.ListLayout([ W.RawLabel(' ')])) ], tab_renderer = kbd_renderer), frame(W.DateTime('%d. %B, %H:%M'), 'grey', 'white'), + trayer.TrayerWidget(), ])