-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.json
27 lines (27 loc) · 1001 Bytes
/
setup.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"files": {
"Xresources": ".Xresources"
},
"dirs": {
"i3": ".config/i3",
"src": "foubot"
},
"weechat": [
"/server add libera irc.libera.chat -autoconnect",
"/set irc.server.libera.autojoin \"#foulab\"",
"/set irc.server.libera.nicks \"FouBot9000,FouBot9001,FouBot9002,FouBot9003,FouBot9004\"",
"/set irc.server.libera.realname \"Foulab IRC Display\"",
"/set irc.server.libera.username \"fb9000\"",
"/set weechat.bar.buflist.hidden on",
"/set weechat.bar.fset.hidden on",
"/set weechat.bar.nicklist.hidden on",
"/set weechat.bar.title.hidden on",
"/set weechat.bar.input.hidden on",
"/set logger.level.irc 0",
"/set logger.level.core.weechat 0",
"/set weechat.bar.status.color_bg 234",
"/set weechat.bar.status.color_bg_inactive 232",
"/set weechat.bar.title.color_bg 234",
"/set weechat.bar.title.color_bg_inactive 232"
]
}