Commit Diff


commit - 66fe8023a16745f95f0bdf83cbdafb673c8b8388
commit + 19cab05cdf5a86d4f9a15acc9d527523c642f093
blob - 19eb493a2ce894f35dbe1bb38bf735c6c65c91ca
blob + 8885c20a7c13de9d7239f400bdfd32f0f7608bd5
--- contrib/amusing
+++ contrib/amusing
@@ -283,6 +283,9 @@ ttk::label .c.bottom.cur_time -textvariable cur_time -
 ttk::scale .c.bottom.bar -orient horizontal -length 400 -command amused_seek
 ttk::label .c.bottom.max_time -textvariable max_time -padding "5 0 0 0"
 
+grid [ttk::frame .c.current -padding "0 5 0 0"] -column 0 -row 5
+grid [ttk::label .c.current.title -textvariable cur_song]
+
 grid .c.bottom.cur_time -column 0 -row 0
 grid .c.bottom.bar -column 1 -row 0
 grid .c.bottom.max_time -column 2 -row 0