From 1d8c4445f6da46a8751029210579024e2b3ba768 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 28 Feb 2014 16:48:25 +0100 Subject: load configuration script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/simple | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/simple (limited to 'examples') 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 °°°') + -- cgit v1.2.3-70-g09d2