config: barpyrus: config.py: add trayer

This commit is contained in:
Thomas Preisner 2019-05-16 15:06:40 +02:00
parent 3f37b4b49c
commit 913ad4b5a1

View file

@ -3,6 +3,7 @@ from barpyrus import widgets as W
from barpyrus.core import Theme from barpyrus.core import Theme
from barpyrus import lemonbar from barpyrus import lemonbar
from barpyrus import conky from barpyrus import conky
from barpyrus import trayer
import sys import sys
import os import os
@ -157,4 +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(),
]) ])