diff options
-rw-r--r-- | lcd4linux.conf.sample | 10 |
1 files changed, 10 insertions, 0 deletions
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 |