From 5e2671f06842dc6c2d2c87f6e5b7fb8f1fcac8e1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 9 Mar 2014 23:50:37 +0100 Subject: xkb demo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/plugins/xkb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/plugins/xkb (limited to 'examples') diff --git a/examples/plugins/xkb b/examples/plugins/xkb new file mode 100644 index 0000000..0e932de --- /dev/null +++ b/examples/plugins/xkb @@ -0,0 +1,31 @@ +# -*- python -*- + +# A xpybar configuration example testing the features of plugins.xkb + +import time +import threading + +from plugins.xkb import XKB +from plugins.clock import Clock + + +OUTPUT, HEIGHT, YPOS, TOP = 0, 12, 24, True + + +clock = Clock(sync_to = Clock.SECONDS / 4) + +start_ = start +def start(): + start_() + async(lambda : clock.continuous_sync(lambda : bar.invalidate())) + + +def redraw(): + xkb_ = XKB() + + text = 'Locks: %s (%i)' + text %= ('+'.join(xkb_.get_locks_str()), xkb_.get_locks()) + + bar.clear() + bar.draw_coloured_text(0, 10, 0, 2, text) + -- cgit v1.2.3-70-g09d2