aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-28 18:14:00 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-28 18:14:00 +0100
commitcfc82d60ffdc9281b89dbf995dcd51631a72d3d2 (patch)
treefcf40723786d8280272fc48c533741d39b65d1ee /examples/simple
parentm (diff)
downloadxpybar-cfc82d60ffdc9281b89dbf995dcd51631a72d3d2.tar.gz
xpybar-cfc82d60ffdc9281b89dbf995dcd51631a72d3d2.tar.bz2
xpybar-cfc82d60ffdc9281b89dbf995dcd51631a72d3d2.tar.xz
simple -> test
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/simple')
-rw-r--r--examples/simple10
1 files changed, 0 insertions, 10 deletions
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 ─│┌┐└┘├┤┬┴┼╱╲╳')
-