Display the avatar of the contact in the chat window

  1. Edit tkabber/chats.tcl
  2. Delete the line in red color and then add the three lines in green color:
    - pack $cw.isw -fill both -expand yes -side bottom -in $dow
    + pack $cw.isw -expand yes -fill both -side left -in $dow
    + set avatar_img [avatar::get_image $connid [get_jid_of_user $connid $jid]]
    + label $cw.avatar -image $avatar_img
    + pack $cw.avatar -side right -in $dow
  3. Restart your tkabber & voilà!!

Syndicate content