diff options
Diffstat (limited to 'examples/simple')
-rw-r--r-- | examples/simple | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/simple b/examples/simple new file mode 100644 index 0000000..0291e2b --- /dev/null +++ b/examples/simple @@ -0,0 +1,10 @@ +# -*- python -*- + +# A simple xpybar configuration example + +OUTPUT, YPOS, TOP = 0, 24, True + +def redraw(): + bar.clear() + bar.draw_text(0, 10, '°°° TEST °°°') + |