From 170141385587d8e51728a9abf0b1f9f02ea0b22e Mon Sep 17 00:00:00 2001 From: michux Date: Tue, 14 Apr 2009 21:09:39 +0000 Subject: add widget sample git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1026 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index f7bcf57..665d179 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -740,6 +740,16 @@ Widget Uptime { update 1000 } +Widget mpris_TrackPosition_bar { + class 'Bar' + expression mpris_dbus::method_PositionGet('org.kde.amarok') + length 40 + min 0 + max 100 + direction 'E' + style 'H' + update 200 +} # debugging widgets -- cgit v1.2.3