avatar.rc
author Myhailo Danylenko <isbear@ukrpost.net>
Fri, 06 Nov 2009 00:43:15 +0200
changeset 0 29423ceb6adf
child 3 c920fcf835c7
permissions -rw-r--r--
Initial commit


# All options can be changed in runtime, so, feel free to experiment

# Directory, where avatars will be saved. Note, that without saving
# avatar current implementation cannot show it. Avatars are saved by
# their id (sha1sum of png data), and symlinked by jids. I.e.
# 12345...679.png contains png data
# foo@bar.org is symlink to 12345...679.png
set avatar_directory = ~/.mcabber/avatars

# Set this to your terminal's font character dimensions in pixels.
# This will allow to retain real png image proportions.
set avatar_font_height = 16
set avatar_font_width  = 8

# Maximum width and height in characters. Can be omitted, then these
# will be autodetected based on COLUMNS and LINES variables (they
# must exist in mcabber's environment, i.e. you should export them
# or you will be limited to 80x25). 
set avatar_max_width  = 110
set avatar_max_height = 40

load pep
load avatar