#!/usr/bin/wish # The title wm title . [exec dcop amarok player title] wm geometry . +64+0 # The buttons label .bartist -text [exec lyrics -t] -justify left -font TkFixedFont label .blyrics -text [exec lyrics -l] -justify left button .bquit -text "Quit" -command exit #Place all pack .bartist pack .blyrics pack .bquit