]> git.webhop.me Git - lcd4linux.git/commitdiff
add widget sample
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 14 Apr 2009 21:09:39 +0000 (21:09 +0000)
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 14 Apr 2009 21:09:39 +0000 (21:09 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1026 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

lcd4linux.conf.sample

index f7bcf579bc1fecf6c54b1d72e50f8271efe38e57..665d1798dc362e13bd92e99859cf515f71c90027 100644 (file)
@@ -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