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(), ])