aboutsummaryrefslogblamecommitdiffstats
path: root/examples/simple
blob: 0291e2bee79bf575dc3f3a0897d39a254a922fa6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                              
# -*- python -*-

# A simple xpybar configuration example

OUTPUT, YPOS, TOP = 0, 24, True

def redraw():
    bar.clear()
    bar.draw_text(0, 10, '°°° TEST °°°')