config: barpyrus: config.py: add trayer
This commit is contained in:
parent
3f37b4b49c
commit
913ad4b5a1
1 changed files with 2 additions and 0 deletions
|
|
@ -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(),
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue