summaryrefslogtreecommitdiff
path: root/weechat/.weechat/script.conf
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-03-13 10:04:45 +0000
committerShubham Saini <shubham6405@gmail.com>2020-03-13 10:04:45 +0000
commitf1f43819b649093e7e16014a5c8759dd669bd9e1 (patch)
tree49b76a8a2315f4d5d9852145a2e5d576ac8851df /weechat/.weechat/script.conf
parente93ced299c8095e56af52ee68b22954c86d3b51b (diff)
<>
Diffstat (limited to 'weechat/.weechat/script.conf')
-rw-r--r--weechat/.weechat/script.conf56
1 files changed, 0 insertions, 56 deletions
diff --git a/weechat/.weechat/script.conf b/weechat/.weechat/script.conf
deleted file mode 100644
index 121f189..0000000
--- a/weechat/.weechat/script.conf
+++ /dev/null
@@ -1,56 +0,0 @@
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"