From cfc82d60ffdc9281b89dbf995dcd51631a72d3d2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 28 Feb 2014 18:14:00 +0100 Subject: simple -> test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/simple | 10 ---------- examples/test | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 examples/simple create mode 100644 examples/test (limited to 'examples') diff --git a/examples/simple b/examples/simple deleted file mode 100644 index 0f9fc31..0000000 --- a/examples/simple +++ /dev/null @@ -1,10 +0,0 @@ -# -*- python -*- - -# A simple xpybar configuration example - -OUTPUT, HEIGHT, YPOS, TOP = 0, 24, 24, True - -def redraw(): - bar.clear() - bar.draw_coloured_text(0, 10, 0, 2, '°°°² \033[31;47m|T|\033[49mE|\033[mS\033[38;2;128;16;255m|T|\033[0m ²°°°\nTEST ─│┌┐└┘├┤┬┴┼╱╲╳') - diff --git a/examples/test b/examples/test new file mode 100644 index 0000000..6784f00 --- /dev/null +++ b/examples/test @@ -0,0 +1,10 @@ +# -*- python -*- + +# A simple xpybar configuration example that tests a few features + +OUTPUT, HEIGHT, YPOS, TOP = 0, 24, 24, True + +def redraw(): + bar.clear() + bar.draw_coloured_text(0, 10, 0, 2, '°°°² \033[31;47m|T|\033[49mE|\033[mS\033[38;2;128;16;255m|T|\033[0m ²°°°\nTEST ─│┌┐└┘├┤┬┴┼╱╲╳') + -- cgit v1.2.3-70-g09d2