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