avatar.rc
changeset 0 29423ceb6adf
child 3 c920fcf835c7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/avatar.rc	Fri Nov 06 00:43:15 2009 +0200
@@ -0,0 +1,25 @@
+
+# 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
+