summaryrefslogtreecommitdiff
path: root/data/default_config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r--data/default_config.cfg18
1 files changed, 16 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index b5d2a0e4..a78b16a8 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -5,7 +5,7 @@
[Poezio]
# the server. Make sure the server you're using accepts anonymous authentification
-server = louiz.org
+server = anon.louiz.org:jeproteste.info
# the port you'll use to connect
port = 5222
@@ -102,7 +102,7 @@ muc_history_length = -1
use_log = false
# If log_dir is not set, logs will be saved in $XDG_DATA_HOME/poezio/logs,
-# i.e. in ~/.local/share/poezio/logs. So, you should specify the directory
+# i.e. in ~/.local/share/poezio/logs/. So, you should specify the directory
# you want to use instead. This directory will be created if it doesn't exist
log_dir =
@@ -113,6 +113,20 @@ log_dir =
#photo = ../data/poezio_80.png
+# Theme
+
+# If themes_dir is not set, logs will searched for in $XDG_DATA_HOME/poezio/themes,
+# i.e. in ~/.local/share/poezio/themes/. Si you should specify the directory you
+# want to use instead. This directory will be created at startup if it doesn't
+# exist
+themes_dir =
+
+# The name of the theme file that will be used. The file should be located
+# in the theme_dir directory.
+# If the file is not found (or no filename is specified) the default
+# theme will be used instead
+theme_file = poezio
+
# if true, information about the software (name and version)
# will be sent if requested by anyone
# Set to false if you don't want people to know these information