X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/93a0fbf3c98153be394e1eeae32fdfadf39b985c..a6ea1a1fa2e612852376b6deab07cb2388608fc8:/weechat/logger.conf diff --git a/weechat/logger.conf b/weechat/logger.conf index d785f6f..9701311 100644 --- a/weechat/logger.conf +++ b/weechat/logger.conf @@ -1,13 +1,20 @@ # -# logger.conf -- weechat v0.4.2 +# weechat -- logger.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart # [look] backlog = 20 [color] -backlog_end = darkgray -backlog_line = darkgray +backlog_end = 103 +backlog_line = 245 [file] auto_log = on @@ -17,7 +24,7 @@ mask = "$plugin.$name.weechatlog" name_lower_case = on nick_prefix = "" nick_suffix = "" -path = "%h/logs/" +path = "~/.cache/weechat/logs/" replacement_char = "_" time_format = "%Y-%m-%d %H:%M:%S"