]> git.r.bdr.sh - rbdr/dotfiles/blame - weechat/script.conf
Update yum to dnf
[rbdr/dotfiles] / weechat / script.conf
CommitLineData
483da16c
BB
1#
2# weechat -- script.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[look]
13columns = "%s %n %V %v %u | %d | %t"
14diff_color = on
15diff_command = "auto"
16display_source = on
17quiet_actions = on
18sort = "i,p,n"
19translate_description = on
20use_keys = on
21
22[color]
23status_autoloaded = cyan
24status_held = white
25status_installed = lightcyan
26status_obsolete = lightmagenta
27status_popular = yellow
28status_running = lightgreen
29status_unknown = lightred
30text = default
31text_bg = default
32text_bg_selected = red
33text_date = default
34text_date_selected = white
35text_delimiters = default
36text_description = default
37text_description_selected = white
38text_extension = default
39text_extension_selected = white
40text_name = cyan
41text_name_selected = lightcyan
42text_selected = white
43text_tags = brown
44text_tags_selected = yellow
45text_version = magenta
46text_version_loaded = default
47text_version_loaded_selected = white
48text_version_selected = lightmagenta
49
50[scripts]
51autoload = on
52cache_expire = 1440
53download_timeout = 30
54hold = ""
55path = "%h/script"
56url = "https://weechat.org/files/plugins.xml.gz"